Skip to content

Commit

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

Bump pnpm/action-setup from 3.0.0 to 4.0.0
  • Loading branch information
jacobwgillespie authored May 8, 2024
2 parents 94c617e + 10c2880 commit 81ac4ea
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@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 6.9.1
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 81ac4ea

Please sign in to comment.