This is an automated email from the ASF dual-hosted git repository.

baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dfb8fda3 chore(deps): bump actions/cache from 4 to 5 (#12809)
8dfb8fda3 is described below

commit 8dfb8fda3c9079524a96dfd5e249af8cf790b9ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 16:30:19 2025 +0800

    chore(deps): bump actions/cache from 4 to 5 (#12809)
---
 .github/workflows/build.yml          | 4 ++--
 .github/workflows/cli.yml            | 2 +-
 .github/workflows/redhat-ci.yaml     | 4 ++--
 .github/workflows/source-install.yml | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 192dd02c8..cef6347c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
           go-version: "1.17"
 
       - name: Cache deps
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         env:
           cache-name: cache-deps
         with:
@@ -100,7 +100,7 @@ jobs:
 
       - name: Cache images
         id: cache-images
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         env:
           cache-name: cache-apisix-docker-images
         with:
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 0e3d43d5d..82dcd8025 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -43,7 +43,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/redhat-ci.yaml b/.github/workflows/redhat-ci.yaml
index 1544e28a3..9de1b0b75 100644
--- a/.github/workflows/redhat-ci.yaml
+++ b/.github/workflows/redhat-ci.yaml
@@ -39,7 +39,7 @@ jobs:
         submodules: recursive
 
     - name: Cache deps
-      uses: actions/cache@v4
+      uses: actions/cache@v5
       env:
         cache-name: cache-deps
       with:
@@ -126,7 +126,7 @@ jobs:
 
     - name: Cache images
       id: cache-images
-      uses: actions/cache@v4
+      uses: actions/cache@v5
       env:
         cache-name: cache-apisix-docker-images
       with:
diff --git a/.github/workflows/source-install.yml 
b/.github/workflows/source-install.yml
index 371bd5963..9ff7c4768 100644
--- a/.github/workflows/source-install.yml
+++ b/.github/workflows/source-install.yml
@@ -53,7 +53,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         env:
           cache-name: cache-deps
         with:

Reply via email to