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

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 7babf57  Build(deps): Bump actions/cache from 4.3.0 to 5.0.3 (#519)
7babf57 is described below

commit 7babf5740d001c0e708670d1e9cf551f9321db79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:18:47 2026 +0200

    Build(deps): Bump actions/cache from 4.3.0 to 5.0.3 (#519)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3.
    - [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.3.0...v5.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.3
      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/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index aba074d..6a8fd6d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
       - name: Checkout code
         uses: actions/[email protected]
       - name: Set up cache
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to