Skip to content

Commit af1612e

Browse files
Merge pull request #13 from ebean-orm/dependabot/github_actions/main/actions/setup-java-5
[workflow]: Bump actions/setup-java from 4 to 5
2 parents 1651421 + 2d386d1 commit af1612e

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- name: Set up Java
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@v5
2727
with:
2828
java-version: ${{ matrix.java_version }}
2929
distribution: 'zulu'

0 commit comments

Comments
 (0)