From 4ee88e65e640badba4725f6bc139c1ee02d6dd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:18:32 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 6.2.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check_licenses.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/generate_monthly_changelog.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_benchmarks.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/run_tests_coverage_pr.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/test_published_package.yml | 2 +- .github/workflows/update_error_databases.yml | 2 +- .github/workflows/update_math_scaffold_databases.yml | 2 +- .github/workflows/update_package_meta_data.yml | 2 +- .github/workflows/update_repl_docs.yml | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index e7c8d18e596d..a54955afb8c2 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 979303889fc4..ec0e4eef8780 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/generate_monthly_changelog.yml b/.github/workflows/generate_monthly_changelog.yml index 47b12df5e887..a798cac55bce 100644 --- a/.github/workflows/generate_monthly_changelog.yml +++ b/.github/workflows/generate_monthly_changelog.yml @@ -64,7 +64,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 5e24bed3e8e9..402fb7644efc 100644 --- a/.github/workflows/lint_autofix.yml +++ b/.github/workflows/lint_autofix.yml @@ -98,7 +98,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 9cba3c45d358..464bc643aff2 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 06b12f619185..4af10547fb48 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 80946001ac9a..eee23e62f305 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index ad64e9eff26a..078608f941c6 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 02e812e8486f..db7a355e3db7 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 3af5b1445ea8..d75b02ddd958 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 6af3f85d7be0..17fb8ebf49fc 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 951191abd045..cbf5cae0ed28 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index dfc8b02121e4..7ca84352c263 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index f2a330baf422..b997a9b1f7f2 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 9985bbe7619c..4a5ee640d644 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 471485a38058..8a6ad596d2fc 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.NODE_VERSION }} timeout-minutes: 5 diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7477f4abac5a..f93ee1909373 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index 11ed079c31ca..f071e1cdcc7f 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index b90c92908ba9..bbfd69910eec 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -100,7 +100,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index 03ab56c91be9..69291ae99c7a 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -79,7 +79,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index f1a3777f1449..e0887edb8182 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -76,7 +76,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 15cf624cee4b..94068b79b2eb 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index dbad891ab426..befe1502066e 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -75,7 +75,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 0f6a3313f6ec..114a6e3f53c1 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -68,7 +68,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 125ae98b2ed9..8f5e32a8c9a0 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 16 timeout-minutes: 5 diff --git a/.github/workflows/random_benchmarks.yml b/.github/workflows/random_benchmarks.yml index 84484a278426..2ef996857368 100644 --- a/.github/workflows/random_benchmarks.yml +++ b/.github/workflows/random_benchmarks.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '18' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/random_examples.yml b/.github/workflows/random_examples.yml index d139c7dd2f77..c5c304612435 100644 --- a/.github/workflows/random_examples.yml +++ b/.github/workflows/random_examples.yml @@ -71,7 +71,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 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 9a6a9a0b83f6..b0aaa1d51957 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -83,7 +83,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_affected_examples.yml b/.github/workflows/run_affected_examples.yml index e2ea282631bb..57566903a4f8 100644 --- a/.github/workflows/run_affected_examples.yml +++ b/.github/workflows/run_affected_examples.yml @@ -80,7 +80,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_affected_tests.yml b/.github/workflows/run_affected_tests.yml index f75ab32f8370..3a3d9f0c7f63 100644 --- a/.github/workflows/run_affected_tests.yml +++ b/.github/workflows/run_affected_tests.yml @@ -115,7 +115,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index c6a50a5a09c3..ce1d2bbd1c96 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -92,7 +92,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/run_tests_coverage_pr.yml b/.github/workflows/run_tests_coverage_pr.yml index a121a8bf3bb4..dce12b38e633 100644 --- a/.github/workflows/run_tests_coverage_pr.yml +++ b/.github/workflows/run_tests_coverage_pr.yml @@ -85,7 +85,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index 196c37a52c78..135cda3d93c7 100644 --- a/.github/workflows/standalone_keepalive.yml +++ b/.github/workflows/standalone_keepalive.yml @@ -90,7 +90,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index fb8e2ce801e8..a4565f596e43 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_publish_custom.yml b/.github/workflows/standalone_publish_custom.yml index 04228045ceec..de7c97ed9869 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_push_changes.yml b/.github/workflows/standalone_push_changes.yml index 0a4a6ae17262..c507fab5f056 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -83,7 +83,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index d3003759e50a..9cde5de954c6 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/terminal.yml b/.github/workflows/terminal.yml index 05652535d4ba..6b0f16732ed9 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/test_published_package.yml b/.github/workflows/test_published_package.yml index 1c19db1ee9ae..e000d7c13bce 100644 --- a/.github/workflows/test_published_package.yml +++ b/.github/workflows/test_published_package.yml @@ -57,7 +57,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 timeout-minutes: 5 diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index 92ed022d03aa..dcfcd7455e9e 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_math_scaffold_databases.yml b/.github/workflows/update_math_scaffold_databases.yml index 181eea992482..340b67631a23 100644 --- a/.github/workflows/update_math_scaffold_databases.yml +++ b/.github/workflows/update_math_scaffold_databases.yml @@ -80,7 +80,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index cca3b4c2ad5c..b219bcb4e7d1 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -73,7 +73,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5 diff --git a/.github/workflows/update_repl_docs.yml b/.github/workflows/update_repl_docs.yml index 17bd3d4df2f2..93b1c2b32152 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -72,7 +72,7 @@ jobs: # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # 'lts/*' timeout-minutes: 5