File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 shellcheck :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - name : Install shellcheck
1616 run : sudo apt-get install -y shellcheck
2121 zsh-syntax :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Install zsh
2727 run : sudo apt-get install -y zsh
Original file line number Diff line number Diff line change 11# Change History
22
3+ ## 2026-04-26 actions/checkout を v4 → v6 に更新
4+
5+ ### .github/workflows/lint.yml
6+ - ` actions/checkout@v4 ` (Node.js 20) → ` actions/checkout@v6 ` (Node.js 24) に更新
7+ - なぜ: GitHub Actions が 2026-09-16 に Node.js 20 を runner から削除予定で、` @v4 ` のままだと将来動かなくなるため。初稼働時の deprecation 警告を解消
8+
39## 2026-04-26 .gitignore の ` .* ` 一括除外を解消し CI ワークフローを追跡対象化
410
511### .gitignore
You can’t perform that action at this time.
0 commit comments