Skip to content

Commit 81ac4ea

Browse files
Merge pull request #36 from jacobwgillespie/dependabot/github_actions/pnpm/action-setup-4.0.0
Bump pnpm/action-setup from 3.0.0 to 4.0.0
2 parents 94c617e + 10c2880 commit 81ac4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/package.json') }}
1717
restore-keys: |
1818
${{ runner.os }}-pnpm-
19-
- uses: pnpm/action-setup@v3.0.0
19+
- uses: pnpm/action-setup@v4.0.0
2020
with:
2121
version: 6.9.1
2222
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)