Skip to content

Commit ff75017

Browse files
authored
Merge pull request #38 from bcgov/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 7afc69b + af0660b commit ff75017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-api-build.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/setup-java@v4
31+
- uses: actions/setup-java@v5
3232
with:
3333
java-version: 17
3434
distribution: oracle

0 commit comments

Comments
 (0)