Skip to content

Commit

Permalink
Merge pull request #22 from Dafnik/feat/setup-pnpm-v3
Browse files Browse the repository at this point in the history
feat: bump pnpm/action-setup to v3
  • Loading branch information
Dafnik authored Feb 23, 2024
2 parents bd5e4a4 + 3ad88a5 commit 8b2b9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
using: "composite"
steps:
- name: use pnpm ${{ inputs.pnpm }}
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: ${{ inputs.pnpm }}

Expand Down

0 comments on commit 8b2b9a6

Please sign in to comment.