Skip to content

Commit

Permalink
Fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Dec 25, 2024
1 parent 194916e commit 297277d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@3
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@4
with:
node-version: 20.x
cache: pnpm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- node-version: 20
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@4
- uses: pnpm/action-setup@3
- uses: actions/setup-node@4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand All @@ -39,7 +39,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@4
- uses: pnpm/action-setup@3
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 297277d

Please sign in to comment.