Skip to content

Commit 4a4f83b

Browse files
authored
Merge pull request #815 from joinfaces/dependabot/github_actions/actions/setup-java-4.1.0
Bump actions/setup-java from 4.0.0 to 4.1.0
2 parents 4607185 + 1f0129f commit 4a4f83b

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Set up JDK ${{ matrix.java }}
2020
if: ${{ matrix.java == 17 }}
21-
uses: actions/setup-java@v4.0.0
21+
uses: actions/setup-java@v4.1.0
2222
with:
2323
java-version: ${{ matrix.java }}
2424
distribution: 'temurin'

0 commit comments

Comments
 (0)