diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 38c6b1d7c..8131cbc57 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -37,7 +37,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1 + - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: "21" @@ -108,7 +108,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1 + - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: "21" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 69a1f3bef..65a18723c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1 + - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: "21" @@ -94,7 +94,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1 + - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: "21"