Skip to content

Commit 3973d68

Browse files
Bump actions/setup-java from 2.5.0 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.5.0...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 131db14 commit 3973d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
1919
fetch-depth: 0
2020
- name: Set up JDK 1.8
21-
uses: actions/setup-java@v2.5.0
21+
uses: actions/setup-java@v3
2222
with:
2323
distribution: 'adopt'
2424
java-version: 8
@@ -33,7 +33,7 @@ jobs:
3333
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL }}
3434
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME }}
3535
- name: Set up JDK 11
36-
uses: actions/setup-java@v2.5.0
36+
uses: actions/setup-java@v3
3737
with:
3838
distribution: 'adopt'
3939
java-version: 11

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
1919
fetch-depth: 0
2020
- name: Set up JDK 1.8
21-
uses: actions/setup-java@v2.5.0
21+
uses: actions/setup-java@v3
2222
with:
2323
distribution: 'adopt'
2424
java-version: 8

0 commit comments

Comments
 (0)