From abfdb01b623dcbefd967d5575df9569f502567f6 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Sat, 13 Jun 2026 23:06:11 +0900 Subject: [PATCH] ci: bump actions/cache v2 -> v4 GitHub now auto-fails any workflow run that uses actions/cache@v1/v2 before the job starts (toolkit cache package shutdown, Dec 2024), so the stable/nightly jobs in linux.yml never reach the build step. Bumping to v4 (drop-in: same path/key inputs) lets them run again. Companion to e3f456f which refreshed actions/checkout. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ba3bf4e..c6a4576 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: ⚡ Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry