Skip to content

Commit 2b812ce

Browse files
Merge pull request #97 from avaje/dependabot/github_actions/main/actions/setup-java-4
[workflow]: Bump actions/setup-java from 2 to 4
2 parents 40b6ff0 + 2aeb1a2 commit 2b812ce

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
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Java
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: ${{ matrix.java_version }}
2424
distribution: 'zulu'

0 commit comments

Comments
 (0)