From 7093646a355a453172572e2ca29bd7fd9a92f39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:11:29 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.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.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd04f8b..8de5af8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-${{ env.WITH_NODE_VERSION }}-yarn-${{ hashFiles('yarn.lock') }} @@ -95,7 +95,7 @@ jobs: git ls-remote https://github.com/grafana/plugin-validator refs/heads/master | tee plugin-validator-last-commit - name: Restore plugin-validator binary - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 id: plugin-validator-cache with: path: ./plugin-validator diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a32698e..d78bf9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-${{ env.WITH_NODE_VERSION }}-yarn-${{ hashFiles('yarn.lock') }} @@ -114,7 +114,7 @@ jobs: git ls-remote https://github.com/grafana/plugin-validator refs/heads/master | tee plugin-validator-last-commit - name: Restore plugin-validator binary - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 id: plugin-validator-cache with: path: ./plugin-validator