diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 1b2f13a16..fd8f46897 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: "temurin" java-version: "21" @@ -144,7 +144,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: "temurin" java-version: "21" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b9d73a4a9..0e872a3d4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -34,7 +34,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: "temurin" java-version: "21" @@ -116,7 +116,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: "temurin" java-version: "21"