Skip to content

Commit

Permalink
Bump volta-cli/action from 4.0.1 to 4.1.1 (#200)
Browse files Browse the repository at this point in the history
Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/volta-cli/action/releases)
- [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md)
- [Commits](volta-cli/action@v4.0.1...v4.1.1)

---
updated-dependencies:
- dependency-name: volta-cli/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent e58e4fe commit 41f00fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.0.1
- uses: volta-cli/action@v4.1.1
- name: Install
run: yarn install --immutable --check-cache
- name: Generate docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.0.1
- uses: volta-cli/action@v4.1.1
with:
registry-url: 'https://registry.npmjs.org'
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.0.1
- uses: volta-cli/action@v4.1.1
- name: Install
run: yarn install --immutable --check-cache
- name: Generate docs
Expand Down

0 comments on commit 41f00fb

Please sign in to comment.