From ef4f139cad02d9722af25321ea117b6f10d4c8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:56:34 +0000 Subject: [PATCH] Bump actions/cache from 3.2.3 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.6. - [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.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..90e8d62 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.2.6 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.2.6 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.2.6 with: path: frontend/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/frontend/yarn.lock') }}