From 5e7dd1b25df37acb335e9c04c42aa8fc49707438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:56:31 +0000 Subject: [PATCH] Bump actions/cache from 3.2.3 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.3.1. - [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.3...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7269bb..698c34c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: uses: Swatinem/rust-cache@v2.2.0 - name: Yarn Cache - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: frontend/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/frontend/yarn.lock') }} @@ -77,7 +77,7 @@ jobs: uses: Swatinem/rust-cache@v2.2.0 - name: Yarn Cache - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: frontend/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/frontend/yarn.lock') }} @@ -137,7 +137,7 @@ jobs: uses: Swatinem/rust-cache@v2.2.0 - name: Yarn Cache - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: frontend/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/frontend/yarn.lock') }}