Skip to content

Commit

Permalink
Merge pull request #35 from jacobwgillespie/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/pnpm/action-setup-3.0.0

Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • Loading branch information
jacobwgillespie authored Feb 9, 2024
2 parents 63b1020 + 863fbd8 commit 7583065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-pnpm-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 6.9.1
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 7583065

Please sign in to comment.