diff --git a/.github/workflows/deploy.linux.temurin.lts.yml b/.github/workflows/deploy.linux.temurin.lts.yml index 56ace67..51426b4 100644 --- a/.github/workflows/deploy.linux.temurin.lts.yml +++ b/.github/workflows/deploy.linux.temurin.lts.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: temurin diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index e691e00..33d65ad 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 7790983..d221bdf 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index d31d03f..5f2c35d 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 2d37c2d..e930e05 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 2489650..026f607 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index bb2d453..f4e7943 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index eff6d1a..5cd8499 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin' diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index 8152da2..3f5a2ea 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 23 distribution: 'temurin'