From 65ea0fbe36a531006055c54f9203d7b8b981c5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:03:31 +0000 Subject: [PATCH] Bump volta-cli/action from 4.1.1 to 4.2.1 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4.1.1 to 4.2.1. - [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/v4.1.1...v4.2.1) --- updated-dependencies: - dependency-name: volta-cli/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/npm_publish.yml | 2 +- .github/workflows/pages_publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bdc424..ad1e4a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@v4.1.1 + - uses: volta-cli/action@v4.2.1 - name: Install run: yarn install --immutable --check-cache - name: Generate docs diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 5cb5190..ef7af3b 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@v4.1.1 + - uses: volta-cli/action@v4.2.1 with: registry-url: 'https://registry.npmjs.org' - name: Install diff --git a/.github/workflows/pages_publish.yml b/.github/workflows/pages_publish.yml index 964c789..72025b5 100644 --- a/.github/workflows/pages_publish.yml +++ b/.github/workflows/pages_publish.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: volta-cli/action@v4.1.1 + - uses: volta-cli/action@v4.2.1 - name: Install run: yarn install --immutable --check-cache - name: Generate docs