Skip to content

Commit c6e05a1

Browse files
authored
Merge pull request #147 from bcgov/dependabot/github_actions/actions/setup-java-5
chore(deps): bump actions/setup-java from 4 to 5
2 parents 8cec0ec + ef075d6 commit c6e05a1

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@v4
31+
- uses: actions/setup-java@v5
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@v4
20+
- uses: actions/setup-java@v5
2121
with:
2222
java-version: 17
2323
distribution: oracle

0 commit comments

Comments
 (0)