From 7bb204f733e83b26bc4b138da3deb95f03760826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:57:21 +0000 Subject: [PATCH] chore: bump actions/cache from 3.2.5 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 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.5...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 | 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..5c7290877 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.3.1 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..08e0cfe25 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.3.1 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..b40a0c487 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.3.1 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..bcce068e9 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.3.1 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.3.1 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.3.1 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}