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

lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.13.x by this push:
     new 25e54e8b6 chore(deps): bump actions/checkout
25e54e8b6 is described below

commit 25e54e8b6ba689386716e81f1064fd49803b35ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 20:25:04 2026 +0000

    chore(deps): bump actions/checkout
    
    Bumps the github-actions-dependencies group with 1 update: 
[actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2b0f27bd4..d8b5c51c3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK
         uses: actions/setup-java@v5
@@ -72,7 +72,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK
         uses: actions/setup-java@v5
@@ -102,7 +102,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK
         uses: actions/setup-java@v5

Reply via email to