Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.5 to 3.0.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0865c47...f427802)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent f253365 commit b0483b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # pin@v3
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # pin@v3
with:
path: |
~/go/pkg
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Expand Up @@ -32,14 +32,14 @@ jobs:
fetch-depth: 0

- name: cache go binaries
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin

- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -78,14 +78,14 @@ jobs:
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

- name: cache go binaries
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin

- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
with:
path: |
~/go/pkg
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit b0483b1

Please sign in to comment.