Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v4.1.0 (#58)
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 Feb 12, 2025
1 parent c356c9d commit 72f0c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Prepare

runs:
steps:
- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout 🔧
uses: actions/[email protected]
- name: Install pnpm 🔧
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
version: 8
- name: Setup Node 🔧
Expand Down

0 comments on commit 72f0c36

Please sign in to comment.