Skip to content

Commit 57f62be

Browse files
authored
Merge pull request #141 from jboss-logging/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 952b40b + ce2cb7e commit 57f62be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626
- name: Set up JDK 11
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
java-version: 11
3030
distribution: 'temurin'
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v6
4646
- name: Set up JDK ${{ matrix.java }}
47-
uses: actions/setup-java@v4
47+
uses: actions/setup-java@v5
4848
with:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)