Skip to content

Commit 457a67b

Browse files
authored
Merge pull request #126 from bcgov/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 3365968 + 2e88595 commit 457a67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- uses: actions/setup-java@v3
20+
- uses: actions/setup-java@v4
2121
with:
2222
java-version: 17
2323
distribution: oracle

0 commit comments

Comments
 (0)