From e4557437a0952ffcec77ca9a4001730368e99e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:01:52 +0000 Subject: [PATCH] Bump volta-cli/action from 3 to 4 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 3 to 4. - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](https://github.com/volta-cli/action/compare/v3...v4) --- updated-dependencies: - dependency-name: volta-cli/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b83ca9c..0abe642f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node and Yarn - uses: volta-cli/action@v3 + uses: volta-cli/action@v4 - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fd76e24..d7f57bbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node and Yarn - uses: volta-cli/action@v3 + uses: volta-cli/action@v4 - name: Install dependencies run: yarn install --immutable