From 95edf7be4529f98d3c78e04617ea56e72cf7e155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:25:56 +0000 Subject: [PATCH] Bump actions/setup-node from 2.4.1 to 2.5.0 (#23293) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/270253e841af726300e85d718a5f606959b2903c...04c56d2f954f1e4c69436aa54cfef261a018f458) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- .github/allowed-actions.js | 2 +- .github/workflows/autoupdate-branch.yml | 2 +- .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/create-translation-batch-pr.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-ghec.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/package-lock-lint.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 +- 36 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index bb0d4a7904..fe8a8727b8 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -8,7 +8,7 @@ export default [ 'actions/checkout@1e204e9a9253d643386038d443f96446fa156a97', // v2.3.5 'actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d', // v4.0.2 'actions/labeler@5f867a63be70efff62b767459b009290364495eb', // v2.2.0 - 'actions/setup-node@270253e841af726300e85d718a5f606959b2903c', // v2.4.1 + 'actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458', // v2.5.0 'actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa', // v4.0.0 'actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074', // v2.2.4 'alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488', // v0.8.1 diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 1dc89b56ca..aedc2685e0 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index 84628f35c5..932ca7ce99 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -36,7 +36,7 @@ jobs: run: git lfs checkout - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index 956b33a490..02fac02263 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index 5b720e62c8..245d314805 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 6a2b7193e9..52a2661916 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/create-translation-batch-pr.yml b/.github/workflows/create-translation-batch-pr.yml index cb8395c271..66d086233b 100644 --- a/.github/workflows/create-translation-batch-pr.yml +++ b/.github/workflows/create-translation-batch-pr.yml @@ -101,7 +101,7 @@ jobs: git commit -m "Add crowdin translations" || echo "Nothing to commit" - name: 'Setup node' - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: '16' diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index e111f1a95f..bea1dc9dca 100644 --- a/.github/workflows/crowdin-cleanup.yml +++ b/.github/workflows/crowdin-cleanup.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/docs-review-collect.yml b/.github/workflows/docs-review-collect.yml index 64fc4ecd21..aa1fbb2365 100644 --- a/.github/workflows/docs-review-collect.yml +++ b/.github/workflows/docs-review-collect.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index b5334aa6ff..19bf8b576a 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/enterprise-release-sync-search-index.yml b/.github/workflows/enterprise-release-sync-search-index.yml index cd1bf6c3d4..3378201c1b 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@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/js-lint.yml b/.github/workflows/js-lint.yml index e63401b867..771d11bf65 100644 --- a/.github/workflows/js-lint.yml +++ b/.github/workflows/js-lint.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/link-check-dotcom.yml b/.github/workflows/link-check-dotcom.yml index 26a7ddf526..1e3fb425ca 100644 --- a/.github/workflows/link-check-dotcom.yml +++ b/.github/workflows/link-check-dotcom.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/link-check-ghae.yml b/.github/workflows/link-check-ghae.yml index 34aedc01ae..fd80cbf150 100644 --- a/.github/workflows/link-check-ghae.yml +++ b/.github/workflows/link-check-ghae.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/link-check-ghec.yml b/.github/workflows/link-check-ghec.yml index 22d6e55fdb..eb791e672b 100644 --- a/.github/workflows/link-check-ghec.yml +++ b/.github/workflows/link-check-ghec.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/link-check-ghes.yml b/.github/workflows/link-check-ghes.yml index 27d7bc33f9..0c1c6440b0 100644 --- a/.github/workflows/link-check-ghes.yml +++ b/.github/workflows/link-check-ghes.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/open-enterprise-issue.yml b/.github/workflows/open-enterprise-issue.yml index 6ac71836fd..6091189325 100644 --- a/.github/workflows/open-enterprise-issue.yml +++ b/.github/workflows/open-enterprise-issue.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 0c762f65ac..e797d3de40 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/openapi-schema-check.yml b/.github/workflows/openapi-schema-check.yml index 35df2f3630..8742ff2082 100644 --- a/.github/workflows/openapi-schema-check.yml +++ b/.github/workflows/openapi-schema-check.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/os-ready-for-review.yml b/.github/workflows/os-ready-for-review.yml index b668f7af35..709e2e158e 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.x cache: npm diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index c8b2ac79a9..eef9f60dcf 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/package-lock-lint.yml b/.github/workflows/package-lock-lint.yml index 646f76fd66..8998a6a8d7 100644 --- a/.github/workflows/package-lock-lint.yml +++ b/.github/workflows/package-lock-lint.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.x diff --git a/.github/workflows/ping-staging-apps.yml b/.github/workflows/ping-staging-apps.yml index 3aa8c78855..9c41e5e178 100644 --- a/.github/workflows/ping-staging-apps.yml +++ b/.github/workflows/ping-staging-apps.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/prod-build-deploy.yml b/.github/workflows/prod-build-deploy.yml index 23ee91c54d..ac1a6ad4e1 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@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index 8c1d5da362..de9ab1a28e 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/remove-stale-staging-resources.yml b/.github/workflows/remove-stale-staging-resources.yml index 8ed9f31d04..276840ab16 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 3b1094ae8f..c976a715d0 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index fba131f3ff..7610743d99 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@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index de5aa31d01..e15daf51eb 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -77,7 +77,7 @@ jobs: run: exit 1 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 9d387c63f4..4f5b62671f 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -303,7 +303,7 @@ jobs: run: git lfs checkout - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm @@ -478,7 +478,7 @@ jobs: uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/staging-undeploy-pr.yml b/.github/workflows/staging-undeploy-pr.yml index bb5bfa2783..99c85f046e 100644 --- a/.github/workflows/staging-undeploy-pr.yml +++ b/.github/workflows/staging-undeploy-pr.yml @@ -61,7 +61,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index 968683f151..787451b958 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@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index a7ba621f43..8fbb6fca2d 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -42,7 +42,7 @@ jobs: persist-credentials: 'false' - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dad27824f..9282f2fe5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: echo ${{ steps.get_diff_files.outputs.files }} - name: Setup node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index 4d9860bc54..fabaebf68a 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@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index e74ab227c4..e4fe102cc2 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@1e204e9a9253d643386038d443f96446fa156a97 - name: Setup Node - uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c + uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 with: node-version: 16.13.x cache: npm