diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bccd8e3..e9f8dca5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 68e7181a..d86bd176 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4ff1b201..7a58f82b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/release-status.yaml b/.github/workflows/release-status.yaml index 16385525..5d1442f6 100644 --- a/.github/workflows/release-status.yaml +++ b/.github/workflows/release-status.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm"