From 0f60d6f5fd26b5277da671f7b9177b0bd6987aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:34:38 -0500 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 PR-URL: #1423 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8...60edb5dd545a775178f52524783378180af0d1f8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt --- .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_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 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index f83dc915547..d6a268b7ecb 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 78a7e866654..69882a9a566 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -118,7 +118,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 155335062db..61b7aa1fb0b 100644 --- a/.github/workflows/lint_autofix.yml +++ b/.github/workflows/lint_autofix.yml @@ -100,7 +100,7 @@ # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 dc085e3faff..c255becdbc2 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 ce26f099df1..c753ee425e5 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -105,7 +105,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index 38671962082..b227452990f 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 0a079df1934..e606147c66b 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 2b245322e8f..5fb53d2ae85 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -176,7 +176,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 7fbb1048a62..0b3744a5732 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 5e988f546bc..29b9118a02d 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -206,7 +206,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index c691900c686..4b90452f5ee 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index a6cad0507ff..b9bd63ccd41 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -162,7 +162,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 0b0e6b18c82..ab7e074d297 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 95203fd156d..11fe48415d0 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -165,7 +165,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index d978eddd800..11168aca362 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index 9055e075a50..f34bff6ca5f 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index bd14d0e1313..a728d73cd5a 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -94,7 +94,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 d0ad75c96c7..414372643d4 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 d900e06ef3c..ee0200c22c1 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -70,7 +70,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 7c18be0d08b..40bc9977285 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index e51f1d0edf7..3e35ae8238a 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 2d55972f417..0ef90162b16 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 46adb304478..d3c464ba64f 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -57,7 +57,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 16 timeout-minutes: 5 diff --git a/.github/workflows/random_examples.yml b/.github/workflows/random_examples.yml index e12f1bf6cd1..d4df9162349 100644 --- a/.github/workflows/random_examples.yml +++ b/.github/workflows/random_examples.yml @@ -65,7 +65,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 f4e52c885bd..735f299a816 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 874930ce62b..f2b8b481d17 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 88793662f3a..0b0312da9e9 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 66ff3a8e968..dd397a4cd81 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index c5fa8839b93..92a98585c2a 100644 --- a/.github/workflows/standalone_keepalive.yml +++ b/.github/workflows/standalone_keepalive.yml @@ -75,7 +75,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 0f21181529b..aebe0ce953c 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -93,7 +93,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 a939dd8c78f..bfef84e99bb 100644 --- a/.github/workflows/standalone_publish_custom.yml +++ b/.github/workflows/standalone_publish_custom.yml @@ -100,7 +100,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 b72197e2878..313dad3422e 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -69,7 +69,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index 571a32e09fb..f391fa110e1 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/terminal.yml b/.github/workflows/terminal.yml index 667716a510c..09e1ff65ff8 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 3120e748cbc..7cc4f2af7c1 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -66,7 +66,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 96ccaedad84..3fe94c736a9 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -67,7 +67,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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 8e5513cb2a8..2b5b1f724a2 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '16' # 'lts/*' timeout-minutes: 5