From deb881e929807454cb82e2246b63443eeb1d24d3 Mon Sep 17 00:00:00 2001 From: "Wei-Chun, Chang" Date: Mon, 20 Jul 2026 15:39:01 +0800 Subject: [PATCH] ci: bump actions/cache v2 to v4 GitHub has shut down the cache service backend for actions/cache v1/v2, so any run declaring actions/cache@v2 is now automatically failed. The path/key/restore-keys inputs are unchanged from v2 to v4, so no config migration is needed beyond the version bump. Use v4 rather than v3 since v3's node16 runtime is also deprecated. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Wei-Chun, Chang --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd009f5..a2b225d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.ref }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ${{ matrix.go-build }}