diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 9a495246..c1da0cfa 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -18,7 +18,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud fetch-depth: 0 - name: Set up JDK 1.8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 8 @@ -33,7 +33,7 @@ jobs: ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL }} ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME }} - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 11 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index c9122ebb..f0aabffc 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -18,7 +18,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud fetch-depth: 0 - name: Set up JDK 1.8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 8