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

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 95b16285b build(deps): bump actions/checkout in the 
github-dependencies group (#310)
95b16285b is described below

commit 95b16285bf8d5ef7e6a1c9ccbac90dfc57e3afdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 11:58:34 2026 -0400

    build(deps): bump actions/checkout in the github-dependencies group (#310)
---
 .github/workflows/mandatory_files.yml | 2 +-
 .github/workflows/maven.yml           | 2 +-
 .github/workflows/publish.yml         | 4 ++--
 .github/workflows/staging.yml         | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/mandatory_files.yml 
b/.github/workflows/mandatory_files.yml
index 9621b3975..70e9bfe6c 100644
--- a/.github/workflows/mandatory_files.yml
+++ b/.github/workflows/mandatory_files.yml
@@ -31,7 +31,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6275df52e..5073b96c0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 7162744d3..a71553b37 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
 
     steps:
       - name: 'Checkout main'
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
         with:
           path: 'src'
           persist-credentials: false
@@ -42,7 +42,7 @@ jobs:
         working-directory: ./src
 
       - name: 'Checkout target'
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
         with:
           repository: 'apache/shiro-site'
           ref: 'asf-site'
diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml
index 0b5ffab3c..f8fbcedf0 100644
--- a/.github/workflows/staging.yml
+++ b/.github/workflows/staging.yml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: 'Checkout main'
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
         with:
           path: 'src'
           persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
         working-directory: ./src
 
       - name: 'Checkout target'
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
         with:
           repository: 'apache/shiro-site'
           ref: 'asf-staging'

Reply via email to