mirror of
https://github.com/dorny/paths-filter.git
synced 2026-06-28 20:30:43 +00:00
Merge pull request #46 from AurorNZ/renovate/volta-cli-action-5.x
chore(deps): update volta-cli/action action to v5
This commit is contained in:
commit
50e2edfa61
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: volta-cli/action@v4
|
||||
- uses: volta-cli/action@v5
|
||||
- run: |
|
||||
pnpm install
|
||||
pnpm run all
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0 # Need history for changelog generation
|
||||
- uses: volta-cli/action@v4
|
||||
- uses: volta-cli/action@v5
|
||||
- run: |
|
||||
pnpm i
|
||||
pnpm run all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue