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 5fdabbc2e chore(deps): bump the github-actions-dependencies group with
2 updates (#2846)
5fdabbc2e is described below
commit 5fdabbc2e4bae19ac2fd602ecd286d900a6a6fae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 06:43:17 2026 -0500
chore(deps): bump the github-actions-dependencies group with 2 updates
(#2846)
---
.github/workflows/maven.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 525ee476c..36d17500c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,10 +30,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up JDK
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: 8
distribution: temurin
@@ -72,10 +72,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up JDK
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.java.version }}
distribution: ${{ matrix.java.dist }}
@@ -102,10 +102,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up JDK
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.java.version }}
distribution: ${{ matrix.java.dist }}