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

commit beb770d977303fb57e0e01bc19f3fe32b98560bb
Merge: 899da50 f0269ca
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Sep 14 15:29:12 2025 +0200

    Merge pull request #484 from 
apache/dependabot/github_actions/actions/checkout-5.0.0
    
    Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0

 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc .github/workflows/maven.yml
index 0794e3b,701a7bf..1461217
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -31,9 -31,9 +31,9 @@@ jobs
          java: [ '17', '21' ]
      steps:
        - name: Checkout code
-         uses: actions/checkout@v4.2.2
+         uses: actions/checkout@v5.0.0
        - name: Set up cache
 -        uses: actions/cache@v4.2.3
 +        uses: actions/cache@v4.2.4
          with:
            path: ~/.m2/repository
            key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to