Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0 (#252)
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 Jan 8, 2024
1 parent 8c8073a commit 7d465bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ runs:
- id: get-version
shell: bash
run: echo "version=$(awk '/pnpm/ {print $2}' .tool-versions)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ steps.get-version.outputs.version }}

0 comments on commit 7d465bc

Please sign in to comment.