diff --git a/.github/workflows/build-java-17.yml b/.github/workflows/build-java-17.yml index d7a31af..8e81765 100644 --- a/.github/workflows/build-java-17.yml +++ b/.github/workflows/build-java-17.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto diff --git a/.github/workflows/codeql-java-17.yml b/.github/workflows/codeql-java-17.yml index 084e759..253c803 100644 --- a/.github/workflows/codeql-java-17.yml +++ b/.github/workflows/codeql-java-17.yml @@ -65,7 +65,7 @@ jobs: queries: security-and-quality # Attempting compatibiltiy with Java 17 - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto diff --git a/.github/workflows/release-maven-central-java-17.yml b/.github/workflows/release-maven-central-java-17.yml index 7766124..ecf3e57 100644 --- a/.github/workflows/release-maven-central-java-17.yml +++ b/.github/workflows/release-maven-central-java-17.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Set up Java for publishing to Maven Central Repository - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto