Skip to content

Commit fc21bca

Browse files
Merge pull request #16 from jacobwgillespie/dependabot/github_actions/pnpm/action-setup-2.2.2
2 parents e652814 + fea4d87 commit fc21bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].1
19+
- uses: pnpm/[email protected].2
2020
with:
2121
version: 6.9.1
2222
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)