Skip to content

Commit 7425682

Browse files
chore(renovate): Update pnpm/action-setup action to v4
1 parent b95e68e commit 7425682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v4
2222
with:
2323
version: latest
2424

.github/workflows/test-deploy-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v4
2222
with:
2323
version: latest
2424

0 commit comments

Comments
 (0)