Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 17, 2024
1 parent 46cd3d5 commit d90c7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4.0.0
with:
version: 8.15.2
version: latest
run_install: true
- name: Code style check
run: pnpm fmt:check
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: sindresorhus/refined-github
ref: 6e1be0b732b272b3bf58c4db0d9d76fb8ed5c11e
ref: 4b73c8e112fee0536f25ddf96d4e77417024d534
path: ./sindresorhus/refined-github
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d90c7ce

Please sign in to comment.