Skip to content

Commit 318670b

Browse files
Merge pull request #6 from jacobwgillespie/dependabot/github_actions/pnpm/action-setup-2.1.0
2 parents 443ab4d + f78ec47 commit 318670b

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/action-setup@v2.0.1
19+
- uses: pnpm/action-setup@v2.1.0
2020
with:
2121
version: 6.9.1
2222
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)