Skip to content

Commit 44be7ba

Browse files
committed
chore: bump gh action versions [skip ci]
1 parent 48228d6 commit 44be7ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: pnpm/action-setup@v2.4.1
17+
- uses: pnpm/action-setup@v4.0.0
1818
with:
1919
version: 9
2020
run_install: false

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
4141
restore-keys: |
4242
${{ runner.os }}-
43-
- uses: pnpm/action-setup@v2.4.1
43+
- uses: pnpm/action-setup@v4.0.0
4444
with:
4545
version: 9
4646
run_install: true

0 commit comments

Comments
 (0)