Skip to content

Commit

Permalink
bump pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 4, 2024
1 parent 898310f commit 26c14c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
Expand All @@ -50,7 +50,7 @@ jobs:
contents: write
steps:
- uses: taiki-e/checkout-action@v1
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
./website linter-schema-markdown > ./src/docs/guide/usage/linter/generated-config.md
rm website
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
Expand Down

0 comments on commit 26c14c0

Please sign in to comment.