diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 1f1547ab1f0..8195a7e0c5d 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -12,7 +12,7 @@ runs: uses: pnpm/action-setup@v4 - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: registry-url: 'https://registry.npmjs.org' node-version: ${{ inputs.node-version }} diff --git a/.github/workflows/build-version-release.yml b/.github/workflows/build-version-release.yml index afb54c02262..25534fbc79a 100644 --- a/.github/workflows/build-version-release.yml +++ b/.github/workflows/build-version-release.yml @@ -70,7 +70,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: 18 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 6a9c75bcfec..949d7a67d7c 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -19,7 +19,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/cspell-cli.yml b/.github/workflows/cspell-cli.yml index 57f26c36183..06c16fbde2e 100644 --- a/.github/workflows/cspell-cli.yml +++ b/.github/workflows/cspell-cli.yml @@ -20,7 +20,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 0e57bd38a86..2615c5a6a64 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -24,7 +24,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.1.0 with: node-version: 20.x cache: pnpm diff --git a/.github/workflows/reuseable-load-integrations-repo-list.yml b/.github/workflows/reuseable-load-integrations-repo-list.yml index 79d7312ba60..4377d60cab8 100644 --- a/.github/workflows/reuseable-load-integrations-repo-list.yml +++ b/.github/workflows/reuseable-load-integrations-repo-list.yml @@ -58,7 +58,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' diff --git a/.github/workflows/update-dependabot.yml b/.github/workflows/update-dependabot.yml index 70186bbcc86..0fc092d70f7 100644 --- a/.github/workflows/update-dependabot.yml +++ b/.github/workflows/update-dependabot.yml @@ -31,7 +31,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: registry-url: 'https://registry.npmjs.org' node-version: 20.x diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 21075269b0e..10b4d37e348 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -62,7 +62,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/update-dictionaries.yml b/.github/workflows/update-dictionaries.yml index 880d66a8ba3..cb711833eac 100644 --- a/.github/workflows/update-dictionaries.yml +++ b/.github/workflows/update-dictionaries.yml @@ -61,7 +61,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm @@ -169,7 +169,7 @@ jobs: echo "$PATCH" | git apply - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -270,7 +270,7 @@ jobs: echo "$PATCH" | git apply - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -325,7 +325,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' diff --git a/.github/workflows/update-integration-repositories.yml b/.github/workflows/update-integration-repositories.yml index 1cdd5361398..981f85b1ebd 100644 --- a/.github/workflows/update-integration-repositories.yml +++ b/.github/workflows/update-integration-repositories.yml @@ -81,7 +81,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -171,7 +171,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm'