mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-03 02:11:20 +00:00
build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a62d51ab39
commit
cd44055734
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/lighthouse-report.yaml
vendored
2
.github/workflows/lighthouse-report.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.3
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
with:
|
||||
version: 8.6.2
|
||||
|
||||
|
|
2
.github/workflows/lint-deps-check.yaml
vendored
2
.github/workflows/lint-deps-check.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/checkout@v3.5.3
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
with:
|
||||
version: 8.6.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue