From 38812cc718d36e2e509477af36699f5895819e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:45:44 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check_licenses.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/lint_autofix.yml | 2 +- .github/workflows/lint_changed_files.yml | 2 +- .github/workflows/lint_pr_title.yml | 2 +- .github/workflows/lint_random_files.yml | 2 +- .github/workflows/linux_benchmark.yml | 2 +- .github/workflows/linux_examples.yml | 2 +- .github/workflows/linux_test.yml | 2 +- .github/workflows/linux_test_cov.yml | 2 +- .github/workflows/linux_test_install.yml | 2 +- .github/workflows/macos_benchmark.yml | 2 +- .github/workflows/macos_test.yml | 2 +- .github/workflows/macos_test_cov.yml | 2 +- .github/workflows/macos_test_npm_install.yml | 2 +- .github/workflows/make.yml | 2 +- .github/workflows/markdown_equations.yml | 2 +- .github/workflows/markdown_links.yml | 2 +- .github/workflows/markdown_pkg_urls.yml | 2 +- .github/workflows/markdown_related_packages.yml | 2 +- .github/workflows/markdown_tocs.yml | 2 +- .github/workflows/namespace_declarations.yml | 2 +- .github/workflows/namespace_exports.yml | 2 +- .github/workflows/npm_downloads.yml | 2 +- .github/workflows/random_examples.yml | 2 +- .github/workflows/run_affected_benchmarks.yml | 2 +- .github/workflows/run_affected_examples.yml | 2 +- .github/workflows/run_affected_tests.yml | 2 +- .github/workflows/run_tests_coverage.yml | 2 +- .github/workflows/standalone_keepalive.yml | 2 +- .github/workflows/standalone_publish.yml | 2 +- .github/workflows/standalone_publish_custom.yml | 2 +- .github/workflows/standalone_push_changes.yml | 2 +- .github/workflows/standalone_test.yml | 2 +- .github/workflows/terminal.yml | 2 +- .github/workflows/update_error_databases.yml | 2 +- .github/workflows/update_package_meta_data.yml | 2 +- .github/workflows/update_repl_docs.yml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 27b84d463008..0f904c90b6cd 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -81,7 +81,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5e2a09e27776..c836d7e904a8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -121,7 +121,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 7183fa5b7e0c..d2957419b95b 100644 --- a/.github/workflows/lint_autofix.yml +++ b/.github/workflows/lint_autofix.yml @@ -100,7 +100,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_changed_files.yml b/.github/workflows/lint_changed_files.yml index 6c71a48de508..668d6091827a 100644 --- a/.github/workflows/lint_changed_files.yml +++ b/.github/workflows/lint_changed_files.yml @@ -67,7 +67,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_pr_title.yml b/.github/workflows/lint_pr_title.yml index 14762164c4b1..bc19ee619d5b 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index fb47c45287fe..7de1aaca5fe7 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -108,7 +108,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index d7adaaf1fe3a..26fad471aeb9 100644 --- a/.github/workflows/linux_benchmark.yml +++ b/.github/workflows/linux_benchmark.yml @@ -180,7 +180,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 550c11eac279..7b9e41a1307a 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -180,7 +180,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 3a80bf224f3f..c2b198013302 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -179,7 +179,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_test_cov.yml b/.github/workflows/linux_test_cov.yml index d11e1fab233d..4e0f2f43e30c 100644 --- a/.github/workflows/linux_test_cov.yml +++ b/.github/workflows/linux_test_cov.yml @@ -180,7 +180,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index 6e6550a1bdb2..d63ccb1f3466 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -209,7 +209,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index c2f5b2d6ac11..6712d0ebaba9 100644 --- a/.github/workflows/macos_benchmark.yml +++ b/.github/workflows/macos_benchmark.yml @@ -166,7 +166,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index aaf1dbcd9c00..3ecfa85c7e40 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -165,7 +165,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_test_cov.yml b/.github/workflows/macos_test_cov.yml index cbd66270b041..7d606250e024 100644 --- a/.github/workflows/macos_test_cov.yml +++ b/.github/workflows/macos_test_cov.yml @@ -166,7 +166,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index ad4318087f97..f632cba43447 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -168,7 +168,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 06ed5787d08b..dc0f0c228004 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -69,7 +69,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index eed9559f7259..edb7b3974dc9 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index 27e2217e54e7..ac168ee7d51c 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -97,7 +97,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index f4d86c66ac08..cd8b0c946ce3 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -75,7 +75,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index ab28b9175e0f..3089d88e0312 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -73,7 +73,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 7e86976854ad..53ef4f99aaca 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index b0b0eb9b620c..7dc09721b7c8 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -74,7 +74,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 02920beb2eb0..1a5dce57e581 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -65,7 +65,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 34d66ecc30cc..a7b9358dc807 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -60,7 +60,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 16 timeout-minutes: 5 diff --git a/.github/workflows/random_examples.yml b/.github/workflows/random_examples.yml index 5479500b9c1f..340dd54f07e1 100644 --- a/.github/workflows/random_examples.yml +++ b/.github/workflows/random_examples.yml @@ -68,7 +68,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '18' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_affected_benchmarks.yml b/.github/workflows/run_affected_benchmarks.yml index fa79fc1e49ee..7c807d27c3a8 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -73,7 +73,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_affected_examples.yml b/.github/workflows/run_affected_examples.yml index 213ccf2bfdd4..c9ef3bdc5dbd 100644 --- a/.github/workflows/run_affected_examples.yml +++ b/.github/workflows/run_affected_examples.yml @@ -74,7 +74,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_affected_tests.yml b/.github/workflows/run_affected_tests.yml index 7f20df316b08..d599b77f9618 100644 --- a/.github/workflows/run_affected_tests.yml +++ b/.github/workflows/run_affected_tests.yml @@ -109,7 +109,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index 8242e5559b51..5dacf1e3d6e8 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -109,7 +109,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index 0cd9e54298ab..1562fd3a5dde 100644 --- a/.github/workflows/standalone_keepalive.yml +++ b/.github/workflows/standalone_keepalive.yml @@ -78,7 +78,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index d285b696b492..dea25d5f93a4 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -105,7 +105,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_publish_custom.yml b/.github/workflows/standalone_publish_custom.yml index 63d8366ad4a2..35b9b36214e4 100644 --- a/.github/workflows/standalone_publish_custom.yml +++ b/.github/workflows/standalone_publish_custom.yml @@ -113,7 +113,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_push_changes.yml b/.github/workflows/standalone_push_changes.yml index 2c0fedfaf772..006f09c12f08 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -80,7 +80,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index a7f4cf0eb1d0..51126e4e8581 100644 --- a/.github/workflows/standalone_test.yml +++ b/.github/workflows/standalone_test.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/terminal.yml b/.github/workflows/terminal.yml index 3478b827c377..98fd1042bdc1 100644 --- a/.github/workflows/terminal.yml +++ b/.github/workflows/terminal.yml @@ -60,7 +60,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index 49144d8eed63..db9523c81487 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -69,7 +69,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index 3bc37e1f3f12..de2800708f65 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -70,7 +70,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_repl_docs.yml b/.github/workflows/update_repl_docs.yml index 09b55e439ecc..4e98d962a8a6 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -78,7 +78,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: '16' # 'lts/*' timeout-minutes: 5