Skip to content

Commit 433e5b5

Browse files
Merge pull request #27 from ISISComputingGroup/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 88b3f91 + b858ff5 commit 433e5b5

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
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: 'true'
16-
- uses: actions/setup-java@v4
16+
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'zulu'
1919
java-version: '17'

0 commit comments

Comments
 (0)