Skip to content

Commit 8f6cff1

Browse files
chore: update pnpm action (#70)
Update main.yml to use the latest version of the pnpm/action-setup action
1 parent ce93ab7 commit 8f6cff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
28+
- uses: pnpm/action-setup@v4.0.0
2929
- uses: actions/setup-node@v3
3030
with:
3131
cache: pnpm
@@ -60,7 +60,7 @@ jobs:
6060
git config --global core.autocrlf false
6161
git config --global core.eol lf
6262
- uses: actions/checkout@v3
63-
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
63+
- uses: pnpm/action-setup@v4.0.0
6464
- uses: actions/setup-node@v3
6565
with:
6666
cache: pnpm
@@ -80,7 +80,7 @@ jobs:
8080
# Need to fetch entire commit history to
8181
# analyze every commit since last release
8282
fetch-depth: 0
83-
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
83+
- uses: pnpm/action-setup@v4.0.0
8484
- uses: actions/setup-node@v3
8585
with:
8686
cache: pnpm

0 commit comments

Comments
 (0)