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 59075f45f build(deps): bump actions/checkout in the
github-dependencies group (#254)
59075f45f is described below
commit 59075f45fda928ed9d02062c92f9a369f2ef7323
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 4 10:33:10 2025 -0600
build(deps): bump actions/checkout in the github-dependencies group (#254)
Bumps the github-dependencies group with 1 update:
[actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 5 to 6
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 cd1939494..9621b3975 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@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 73bbca36b..6275df52e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 28d360da1..7162744d3 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- name: 'Checkout main'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: 'src'
persist-credentials: false
@@ -42,7 +42,7 @@ jobs:
working-directory: ./src
- name: 'Checkout target'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: 'apache/shiro-site'
ref: 'asf-site'
diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml
index 8ca53d508..0b5ffab3c 100644
--- a/.github/workflows/staging.yml
+++ b/.github/workflows/staging.yml
@@ -29,7 +29,7 @@ jobs:
steps:
- name: 'Checkout main'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: 'src'
persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
working-directory: ./src
- name: 'Checkout target'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: 'apache/shiro-site'
ref: 'asf-staging'