Skip to content

Commit f66fcf4

Browse files
Merge pull request #9 from jacobwgillespie/dependabot/github_actions/pnpm/action-setup-2.2.1
2 parents c675793 + 4a493aa commit f66fcf4

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

0 commit comments

Comments
 (0)