Skip to content

Commit d7e9d18

Browse files
Bump actions/setup-java from 4 to 5 (#77)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3ad774 commit d7e9d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: recursive
1919
# Setup Java & Maven
2020
- name: Install Java 8
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
java-version: '8'
2424
distribution: 'adopt'

0 commit comments

Comments
 (0)