From e7b1aba24bc1669a741e6b1daf5be58415e6f32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:47:35 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.5.0 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/969bd2663942d722d85b6a8626225850c2f7be4b...64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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..55054293f9 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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 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..63ea7c31e1 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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.4.1 with: node-version-file: '.nvmrc' cache: 'yarn'