From 1901c1042c3a0d9c7e39311a001a169c23bea85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 08:03:36 +0000 Subject: [PATCH] Bump actions/setup-node from 2.2.0 to 4.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/38d90ce44d5275ad62cc48384b3d8a58c500bb5f...49933ea5288caeca8642d1e84afbd3f7d6820020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/browser-test.yml | 2 +- .github/workflows/check-all-english-links.yml | 2 +- .github/workflows/check-broken-links-github-github.yml | 2 +- .github/workflows/content-changes-table-comment.yml | 2 +- .github/workflows/crowdin-cleanup.yml | 2 +- .github/workflows/docs-review-collect.yml | 2 +- .github/workflows/enterprise-dates.yml | 2 +- .github/workflows/enterprise-release-sync-search-index.yml | 2 +- .github/workflows/js-lint.yml | 2 +- .github/workflows/link-check-dotcom.yml | 2 +- .github/workflows/link-check-ghae.yml | 2 +- .github/workflows/link-check-ghes.yml | 2 +- .github/workflows/open-enterprise-issue.yml | 2 +- .github/workflows/openapi-decorate.yml | 2 +- .github/workflows/openapi-schema-check.yml | 2 +- .github/workflows/os-ready-for-review.yml | 2 +- .github/workflows/pa11y.yml | 2 +- .github/workflows/ping-staging-apps.yml | 2 +- .github/workflows/prod-build-deploy.yml | 2 +- .github/workflows/ready-for-doc-review.yml | 2 +- .github/workflows/remove-stale-staging-resources.yml | 4 ++-- .github/workflows/remove-unused-assets.yml | 2 +- .github/workflows/repo-sync.yml | 2 +- .github/workflows/staging-build-pr.yml | 2 +- .github/workflows/staging-deploy-pr.yml | 4 ++-- .github/workflows/staging-undeploy-pr.yml | 2 +- .github/workflows/sync-search-indices.yml | 2 +- .github/workflows/test-windows.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/triage-unallowed-internal-changes.yml | 2 +- .github/workflows/update-graphql-files.yml | 2 +- .github/workflows/yml-lint.yml | 2 +- 32 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index 041cbfffaadc..7173b67acfe9 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -25,7 +25,7 @@ jobs: run: git lfs checkout - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index 7b4db7fa7bfb..a2ffa85ba29c 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -24,7 +24,7 @@ jobs: - name: Check out repo's default branch uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index f89ef6b9b6b4..b27b4f8b749a 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 9ce89b97edf2..1a9ff940f5a1 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index 4c6a9083911d..f02073562fdb 100644 --- a/.github/workflows/crowdin-cleanup.yml +++ b/.github/workflows/crowdin-cleanup.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/docs-review-collect.yml b/.github/workflows/docs-review-collect.yml index 4b23c8eab64c..240496bf18a3 100644 --- a/.github/workflows/docs-review-collect.yml +++ b/.github/workflows/docs-review-collect.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index 72d0a7dc9498..fd3515e25a03 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/enterprise-release-sync-search-index.yml b/.github/workflows/enterprise-release-sync-search-index.yml index a1ea27c4480c..4fa63fdf960f 100644 --- a/.github/workflows/enterprise-release-sync-search-index.yml +++ b/.github/workflows/enterprise-release-sync-search-index.yml @@ -42,7 +42,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/js-lint.yml b/.github/workflows/js-lint.yml index 272ed36f8e5a..c3a663d3e86e 100644 --- a/.github/workflows/js-lint.yml +++ b/.github/workflows/js-lint.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-dotcom.yml b/.github/workflows/link-check-dotcom.yml index 292581a69fd4..94325b1e0241 100644 --- a/.github/workflows/link-check-dotcom.yml +++ b/.github/workflows/link-check-dotcom.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-ghae.yml b/.github/workflows/link-check-ghae.yml index 93edc7ee5119..7cc6542506a2 100644 --- a/.github/workflows/link-check-ghae.yml +++ b/.github/workflows/link-check-ghae.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/link-check-ghes.yml b/.github/workflows/link-check-ghes.yml index bf4b00e7a138..e6e4cdb9f19e 100644 --- a/.github/workflows/link-check-ghes.yml +++ b/.github/workflows/link-check-ghes.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/open-enterprise-issue.yml b/.github/workflows/open-enterprise-issue.yml index 50975d60730f..e05c58cf4a5f 100644 --- a/.github/workflows/open-enterprise-issue.yml +++ b/.github/workflows/open-enterprise-issue.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 418f0ee9f1d1..f923f8c1994a 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/openapi-schema-check.yml b/.github/workflows/openapi-schema-check.yml index 3abec5af4d3e..082160be4b35 100644 --- a/.github/workflows/openapi-schema-check.yml +++ b/.github/workflows/openapi-schema-check.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/os-ready-for-review.yml b/.github/workflows/os-ready-for-review.yml index 547463015ce7..29277d4b743d 100644 --- a/.github/workflows/os-ready-for-review.yml +++ b/.github/workflows/os-ready-for-review.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.x cache: npm diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index af7662271ac3..3dd038227720 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/ping-staging-apps.yml b/.github/workflows/ping-staging-apps.yml index 2843b7d57178..a9790d602966 100644 --- a/.github/workflows/ping-staging-apps.yml +++ b/.github/workflows/ping-staging-apps.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/prod-build-deploy.yml b/.github/workflows/prod-build-deploy.yml index c4230e96d47e..3b19d7525026 100644 --- a/.github/workflows/prod-build-deploy.yml +++ b/.github/workflows/prod-build-deploy.yml @@ -34,7 +34,7 @@ jobs: run: git lfs checkout - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index fc4ed7a6ed2c..c4e6ed50eaac 100644 --- a/.github/workflows/ready-for-doc-review.yml +++ b/.github/workflows/ready-for-doc-review.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/remove-stale-staging-resources.yml b/.github/workflows/remove-stale-staging-resources.yml index 8c5b827c688b..2fa35e75c39c 100644 --- a/.github/workflows/remove-stale-staging-resources.yml +++ b/.github/workflows/remove-stale-staging-resources.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 0e3fbaa739d5..754db2234c12 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index eb0b93612422..9359e5dc894f 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -98,7 +98,7 @@ jobs: # Set up npm and run npm ci to run husky to get githooks for LFS - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index 5d4f9707435f..7adadabcad7a 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -72,7 +72,7 @@ jobs: run: exit 1 - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index a7e308615773..d3d293f2c03b 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -284,7 +284,7 @@ jobs: - if: ${{ github.repository == 'github/docs-internal' }} name: Setup node to clone early access - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm @@ -448,7 +448,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/staging-undeploy-pr.yml b/.github/workflows/staging-undeploy-pr.yml index 452a2431d0fa..f0f1e0341f1d 100644 --- a/.github/workflows/staging-undeploy-pr.yml +++ b/.github/workflows/staging-undeploy-pr.yml @@ -71,7 +71,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index 1aefcec211db..a87bf283c1d7 100644 --- a/.github/workflows/sync-search-indices.yml +++ b/.github/workflows/sync-search-indices.yml @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.DOCS_BOT_FR }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 76426fcdd993..fa2218730bbe 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 463eb5020873..7a91265b50bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index a18afd321eb1..3130b3dda80f 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -60,7 +60,7 @@ jobs: token: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index 0bd453280853..582714a85606 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm diff --git a/.github/workflows/yml-lint.yml b/.github/workflows/yml-lint.yml index 2eed0d0c1138..6d95f9b0a1af 100644 --- a/.github/workflows/yml-lint.yml +++ b/.github/workflows/yml-lint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 16.8.x cache: npm