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 67d5f5ca8 chore(deps): bump actions/checkout (#2801)
67d5f5ca8 is described below
commit 67d5f5ca8f2a7d2a4faa7d79753b49796c8e707c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 20 14:50:04 2026 -0500
chore(deps): bump actions/checkout (#2801)
Bumps the github-actions-dependencies group with 1 update:
[actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 6.0.3 to 7.0.0
- [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.3...v7.0.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 d8b5c51c3..525ee476c 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