Skip to content

Commit

Permalink
lint.yml で使われている Actions のバージョンを更新 (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Jun 3, 2024
1 parent a2e3778 commit fbd8f2d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down

0 comments on commit fbd8f2d

Please sign in to comment.