From 24ff2898d28ee40074405a074de721be978eaa27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:59:25 +0000 Subject: [PATCH] chore: bump actions/cache from 3.2.5 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 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.5...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 | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fb851715..e656b4976 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f70f5690b..2394643b9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29bf829a2..18d8ea6ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35efefc9c..d46200fdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -67,7 +67,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -109,7 +109,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}