diff --git a/.github/workflows/docsite.yml b/.github/workflows/docsite.yml index 583dd77a3..2b4a37637 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -25,7 +25,7 @@ jobs: # The docs have a separate installation using Node 22 due to needing newer dependencies - name: Install Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: docs/.nvmrc diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index df4616fda..3afe73b25 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Node.js from .nvmrc - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: yarn node-version-file: .nvmrc @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Node.js 22 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: yarn node-version: 24 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be428b72b..5a86e88af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Install Node.js from .nvmrc - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .nvmrc