Skip to content

Commit

Permalink
Update to pnpm-setup-action@v4, which we can absorb the breaking chan…
Browse files Browse the repository at this point in the history
…ge, because we already correctly determine the pnpm-version (#14)
  • Loading branch information
NullVoxPopuli authored Jul 19, 2024
1 parent 6597ef5 commit dec4af6
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 @@ -112,7 +112,7 @@ runs:
# - no support for cache
# (that's provided by setup-node)
- name: 'Install pnpm'
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: ${{ steps.resolved-pnpm.outputs.version }}
run_install: false
Expand Down

0 comments on commit dec4af6

Please sign in to comment.