Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0 (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent d9a32a8 commit 95bdf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-and-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
working-directory: ${{ inputs.cwd }}
run: corepack enable

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
if: ${{ inputs.enable-corepack }} == 'false'
# If you're not setting the packageManager field in package.json, add the version here
# with:
Expand Down

0 comments on commit 95bdf41

Please sign in to comment.