diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e98eb966c01..288c2518dcf 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -37,7 +37,7 @@ jobs: with: run_install: false - name: Install Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version-file: .nvmrc cache: pnpm diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 4a3d61fb38d..322d4f65819 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -51,7 +51,7 @@ jobs: - name: Install Node.js if: github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_') - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version-file: .nvmrc cache: pnpm diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f626d4e1fd..579e456c79c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: # standalone: true - name: Install Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version-file: .nvmrc cache: pnpm diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index c9cdf8f6b1a..d7cbe0eea43 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -40,7 +40,7 @@ jobs: run_install: false - name: Install Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version-file: .nvmrc cache: pnpm