From 24e46849c7d6ef30f99d32b532da67fa34440165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:44:04 +0200 Subject: [PATCH] build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#46636) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...49933ea5288caeca8642d1e84afbd3f7d6820020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 4.4.0 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> --- .github/workflows/archaeologist-dig.yml | 2 +- .github/workflows/pipeline-segment-electron-build.yml | 2 +- .github/workflows/pipeline-segment-electron-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/archaeologist-dig.yml b/.github/workflows/archaeologist-dig.yml index 40f43678944d..06595ad342c8 100644 --- a/.github/workflows/archaeologist-dig.yml +++ b/.github/workflows/archaeologist-dig.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js/npm - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 20.11.x - name: Setting Up Dig Site diff --git a/.github/workflows/pipeline-segment-electron-build.yml b/.github/workflows/pipeline-segment-electron-build.yml index c26ae7a5b9a3..2b62c9bf7dbe 100644 --- a/.github/workflows/pipeline-segment-electron-build.yml +++ b/.github/workflows/pipeline-segment-electron-build.yml @@ -102,7 +102,7 @@ jobs: run: df -h - name: Setup Node.js/npm if: ${{ inputs.target-platform == 'macos' }} - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 20.11.x cache: yarn diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index cddf2fe91840..f0e7de9f4140 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -79,7 +79,7 @@ jobs: cp "C:\Python311\python.exe" "C:\Python311\python3.exe" - name: Setup Node.js/npm if: ${{ inputs.target-platform == 'win' }} - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 20.11.x - name: Add TCC permissions on macOS