From 135c25a6aa3cb4e0faa570dbd2442c0ce5b0d094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 02:36:49 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.5.0 to 4.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/969bd2663942d722d85b6a8626225850c2f7be4b...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/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 dd42b77687..e28faa1263 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.4.1 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 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..ff6e4e2765 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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v3.4.1 with: node-version-file: '.nvmrc' cache: 'yarn'