From 8b5742d5e3160c249eefa5acdc45e75e0791ddef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:08:18 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.3 to 4.0.4 (#15925) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1e60f620b9541d16bece96c5465dc8ee9832be0b...0a44ba7841725637a19e28fa30b79a866c81b0a6) --- 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> --- .github/workflows/frontend_chromatic_main.yml | 2 +- .github/workflows/frontend_ci.yml | 14 +++++++------- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/start_frontend_smoke.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/frontend_chromatic_main.yml b/.github/workflows/frontend_chromatic_main.yml index bed0aecd257..6c56b2bffa9 100644 --- a/.github/workflows/frontend_chromatic_main.yml +++ b/.github/workflows/frontend_chromatic_main.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" cache: yarn diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 671d9167e3b..2f586b5632a 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -43,7 +43,7 @@ jobs: - name: Check out changes uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: frontend-react/.nvmrc cache: yarn @@ -63,7 +63,7 @@ jobs: - name: Check out changes uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -100,7 +100,7 @@ jobs: - name: Check out changes uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -151,7 +151,7 @@ jobs: - name: Check out changes uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -237,7 +237,7 @@ jobs: # Hopefully by checking out the HEAD commit of a PR instead of the merge commit we can avoid some of those issues. ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -324,7 +324,7 @@ jobs: # with: # fetch-depth: 0 # - name: Use Node.js with yarn - # uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + # uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # with: # node-version-file: "frontend-react/.nvmrc" # cache: yarn @@ -356,7 +356,7 @@ jobs: # - name: Check out changes # uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # - name: Use Node.js with yarn - # uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + # uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # with: # node-version-file: "frontend-react/.nvmrc" # cache: yarn diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 140dc169ab0..0bd98dd2c01 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -103,7 +103,7 @@ jobs: - name: Use Node.js with yarn if: steps.changed-files-yaml.outputs.frontend_any_changed == 'true' || steps.branch-name.outputs.is_default == 'true' - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: "frontend-react/.nvmrc" diff --git a/.github/workflows/start_frontend_smoke.yml b/.github/workflows/start_frontend_smoke.yml index 868af24d535..673b2ee5197 100644 --- a/.github/workflows/start_frontend_smoke.yml +++ b/.github/workflows/start_frontend_smoke.yml @@ -25,7 +25,7 @@ jobs: - name: "Check out changes" uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Node.js with yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version-file: frontend-react/.nvmrc cache: yarn