Skip to content

Commit ecf0722

Browse files
authored
Merge pull request #155 from wildfly/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 592cc4f + 15e8338 commit ecf0722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
path: wildfly-common
1818

1919
- name: Set up JDKs
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
with:
2222
distribution: 'temurin'
2323
cache: maven

0 commit comments

Comments
 (0)