diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6826e61a4..92ae49a1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: # so we take it from the runtime rather than self-upgrading a running npm # in place (which is fragile). Pin the version; bump it deliberately. - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24.15.0' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 17fa5b8dd..64ce676c9 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24.15.0' cache: 'npm' diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 2a6d9a716..ce92b5313 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24.15.0' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e97fe27ca..af8e5c4dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: TURBO_TEAM: ${{ secrets.TURBO_TEAM }} steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24.15.0' cache: 'npm' diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 669ecd856..b49131262 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24.15.0' cache: 'npm'