Skip to content

Commit a229079

Browse files
authored
Merge pull request #28 from bcgov/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents a6853e4 + 42b4c99 commit a229079

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@v3
31+
- uses: actions/setup-java@v4
3232
with:
3333
java-version: 17
3434
distribution: oracle

0 commit comments

Comments
 (0)