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

ndimiduk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new fb883557 Bump actions/cache from 4 to 5 (#359)
fb883557 is described below

commit fb883557bcabfb706daba822a53d15282ca027cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 09:33:34 2026 +0100

    Bump actions/cache from 4 to 5 (#359)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/action-test.yml | 2 +-
 .github/workflows/linkcheck.yml   | 2 +-
 .github/workflows/yetus.yml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/action-test.yml 
b/.github/workflows/action-test.yml
index 3bcf4396..5d450ddd 100644
--- a/.github/workflows/action-test.yml
+++ b/.github/workflows/action-test.yml
@@ -30,7 +30,7 @@ jobs:
           path: src
           fetch-depth: 0
       - name: maven cache
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.m2
           key: yetus-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index a900f95d..d5149cb7 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -30,7 +30,7 @@ jobs:
       - name: checkout
         uses: actions/checkout@v6
       - name: maven cache
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.m2
           key: yetus-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml
index cbef7f0e..03048ff8 100644
--- a/.github/workflows/yetus.yml
+++ b/.github/workflows/yetus.yml
@@ -34,7 +34,7 @@ jobs:
           path: src
           fetch-depth: 0
       - name: maven cache
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.m2
           key: yetus-m2-${{ hashFiles('**/pom.xml') }}

Reply via email to