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 b4875f967 build(deps): bump actions/checkout from 4 to 5 (#234)
b4875f967 is described below

commit b4875f9673dca61f200e533c885006827f22416d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 12:47:34 2025 -0500

    build(deps): bump actions/checkout from 4 to 5 (#234)
---
 .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 ed95edc99..cd1939494 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@v4
+      - uses: actions/checkout@v5
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9b6f82025..26d9eec9b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 2f14ac28b..6c4cc9f14 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
 
     steps:
       - name: 'Checkout main'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: 'src'
           persist-credentials: false
@@ -42,7 +42,7 @@ jobs:
         working-directory: ./src
 
       - name: 'Checkout target'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           repository: 'apache/shiro-site'
           ref: 'asf-site'
diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml
index 98109e6d3..8245fbf61 100644
--- a/.github/workflows/staging.yml
+++ b/.github/workflows/staging.yml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: 'Checkout main'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: 'src'
           persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
         working-directory: ./src
 
       - name: 'Checkout target'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           repository: 'apache/shiro-site'
           ref: 'asf-staging'

Reply via email to