From 7ba33d22b2f7c010860f0b3c6b61830791728d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:51:21 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/crowdin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 07e88cc8b3..803ce99bd6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: node-version: 16 - name: Restore Node.js modules id: cache-node-modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 20897b6a1a..e2cd4e13ca 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 14 - name: Restore Node.js modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}