diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0e8a7e0fb..8e74ff6e5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -40,7 +40,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -79,7 +79,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -176,7 +176,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -300,7 +300,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -357,7 +357,7 @@ jobs: # source: https://github.community/t/action-does-not-trigger-another-on-push-tag-action/17148/7 token: ${{ secrets.ADMIN_PERSONAL_ACCESS_TOKEN }} - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -420,7 +420,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }} @@ -481,7 +481,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt java-version: ${{ env.JAVA_VERSION }}