From 97a62a1c385bd63f5787da3e3db1cc839f3fda2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:54:05 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.5.0 to 4.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/969bd2663942d722d85b6a8626225850c2f7be4b...1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-download.yml | 2 +- .github/workflows/crowdin-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index d1187147a5..967bb3e84c 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -20,7 +20,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.4.1 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v3.4.1 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index 5ebbd717a3..812f223076 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.4.1 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v3.4.1 with: node-version-file: '.nvmrc' cache: 'yarn'