mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-05-08 08:25:13 +00:00
build(deps): bump pnpm/action-setup from 6 to 6.0.4
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d8b65d9a4c
commit
9e93330d75
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6
|
||||
uses: pnpm/action-setup@v6.0.4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
|
|
|
|||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6
|
||||
uses: pnpm/action-setup@v6.0.4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue