Skip to content

Commit 66042ec

Browse files
authored
Merge pull request #27 from octet-stream/dependabot/github_actions/pnpm/action-setup-3
2 parents 78cd205 + 1e4bc43 commit 66042ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Setup pnpm
4242
id: pnpm-install
43-
uses: pnpm/action-setup@v2
43+
uses: pnpm/action-setup@v3
4444
with:
4545
run_install: false
4646

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Setup pnpm
3535
id: pnpm-install
36-
uses: pnpm/action-setup@v2
36+
uses: pnpm/action-setup@v3
3737
with:
3838
run_install: false
3939

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Setup pnpm
2525
id: pnpm-install
26-
uses: pnpm/action-setup@v2
26+
uses: pnpm/action-setup@v3
2727
with:
2828
version: 8
2929
run_install: false

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v2
33+
uses: pnpm/action-setup@v3
3434
with:
3535
run_install: false
3636

0 commit comments

Comments
 (0)