From 5d89ff3b37ec1ca8f6067872dd518adf25fd8a18 Mon Sep 17 00:00:00 2001 From: shijiashuai Date: Tue, 26 May 2026 09:54:18 +0800 Subject: [PATCH] ci: upgrade cache action to v5 - replace actions/cache@v4 with @v5 in CI workflow\n- remove remaining Node20 deprecation warning source from cache steps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3ebcf..4ad3994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v5 - name: Cache CMake dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | build/debug/_deps @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v5 - name: Cache CMake dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | build/release/_deps @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v5 - name: Cache CMake dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | build/release/_deps