Skip to content

Commit 69b76b4

Browse files
authored
Merge pull request #66 from jboss-logging/dependabot/github_actions/1.1/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 263b853 + aeb2a44 commit 69b76b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up JDK ${{ matrix.java }}
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
distribution: 'temurin'
2828
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)