diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 27b84d46300..0f904c90b6c 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 5e2a09e2777..c836d7e904a 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 7183fa5b7e0..d2957419b95 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 6c71a48de50..668d6091827 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 14762164c4b..bc19ee619d5 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 fb47c45287f..7de1aaca5fe 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 d7adaaf1fe3..26fad471aeb 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 550c11eac27..7b9e41a1307 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 3a80bf224f3..c2b19801330 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 d11e1fab233..4e0f2f43e30 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 6e6550a1bdb..d63ccb1f346 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 c2f5b2d6ac1..6712d0ebaba 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 aaf1dbcd9c0..3ecfa85c7e4 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 cbd66270b04..7d606250e02 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 ad4318087f9..f632cba4344 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 06ed5787d08..dc0f0c22800 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 eed9559f725..edb7b3974dc 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 27e2217e54e..ac168ee7d51 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 f4d86c66ac0..cd8b0c946ce 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 ab28b9175e0..3089d88e031 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 7e86976854a..53ef4f99aac 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 b0b0eb9b620..7dc09721b7c 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 02920beb2eb..1a5dce57e58 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 34d66ecc30c..a7b9358dc80 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 5479500b9c1..340dd54f07e 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 fa79fc1e49e..7c807d27c3a 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 213ccf2bfdd..c9ef3bdc5db 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 7f20df316b0..d599b77f961 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 8242e5559b5..5dacf1e3d6e 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 0cd9e54298a..1562fd3a5dd 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 d285b696b49..dea25d5f93a 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 63d8366ad4a..35b9b36214e 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 2c0fedfaf77..006f09c12f0 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 a7f4cf0eb1d..51126e4e858 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 3478b827c37..98fd1042bdc 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 49144d8eed6..db9523c8148 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 3bc37e1f3f1..de2800708f6 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 09b55e439ec..4e98d962a8a 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