Skip to content

Commit 726218f

Browse files
authored
Merge pull request #22 from avaje/dependabot/github_actions/main/actions/setup-java-5
[workflow]: Bump actions/setup-java from 4 to 5
2 parents b173e82 + 40601a0 commit 726218f

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Set up Java
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: ${{ matrix.java_version }}
2222
distribution: 'zulu'

0 commit comments

Comments
 (0)