diff --git a/.github/workflows/MacOsPR.yml b/.github/workflows/MacOsPR.yml index fe2d7e174f..9b85bf9e6e 100644 --- a/.github/workflows/MacOsPR.yml +++ b/.github/workflows/MacOsPR.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 21 distribution: 'temurin' diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index da74615480..53b0e17f9a 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -53,7 +53,7 @@ jobs: repository: ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }} ref: ${{ fromJSON(steps.get-pr.outputs.result).head.sha }} # or .head.ref for branch name - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/windowsPR.yml b/.github/workflows/windowsPR.yml index e5072bcfd2..b3c97f6043 100644 --- a/.github/workflows/windowsPR.yml +++ b/.github/workflows/windowsPR.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 21 distribution: 'temurin'