This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new f4745204 Bump actions/setup-java from 5.3.0 to 5.4.0 (#505)
f4745204 is described below
commit f4745204c658f71beb5a2a8ff217a6549d5f2547
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 23:52:19 2026 +0200
Bump actions/setup-java from 5.3.0 to 5.4.0 (#505)
---
.github/workflows/license.yaml | 2 +-
.github/workflows/maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index f9b108f7..7e13d6ef 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: '21'
distribution: 'temurin'
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6a91316d..673866fd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 #
v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
with:
distribution: temurin
java-version: ${{ matrix.java }}