From b5772b755211a3e38678a65c4a7cf08d2f5d24bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:37:27 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.2.2 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 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.2.2...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 619a8b2..1fe3d7d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -38,7 +38,7 @@ jobs: - name: Cache node_modules id: cache-node_modules - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.3.2 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deb652b..830a73d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Cache Docker layers - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}