Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

build(deps): bump actions/cache from 3.0.1 to 3.0.2 #261

Merged
merged 1 commit into from
May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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
Expand Down