mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-03 18:21:20 +00:00
Merge pull request #111 from bartvdbraak/dependabot/github_actions/pnpm/action-setup-2.4.0
build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0
This commit is contained in:
commit
0afded7e48
2 changed files with 2 additions and 2 deletions
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
|
uses: actions/checkout@v3.5.3
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v2.4.0
|
||||||
with:
|
with:
|
||||||
version: 8.6.2
|
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
|
uses: actions/checkout@v3.5.3
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v2.4.0
|
||||||
with:
|
with:
|
||||||
version: 8.6.2
|
version: 8.6.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue