Skip to content

Commit

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

Bump pnpm/action-setup from 2.3.0 to 2.4.0
  • Loading branch information
jacobwgillespie authored Jul 27, 2023
2 parents ae21e8a + c1b223b commit 25b52e3
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.3.0
- uses: pnpm/action-setup@v2.4.0
with:
version: 6.9.1
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 25b52e3

Please sign in to comment.