Skip to content

Commit 8e51cc4

Browse files
authored
Merge pull request #69 from bcgov/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 3cc4df1 + d79d989 commit 8e51cc4

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30-
- uses: actions/setup-java@v4
30+
- uses: actions/setup-java@v5
3131
with:
3232
java-version: 17
3333
distribution: oracle

0 commit comments

Comments
 (0)