chore(deps): bump actions/cache from 3.0.6 to 3.0.7 (#3552)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](f4278025ab...a7c34adf76)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-15 10:20:07 -06:00 committed by GitHub
parent 9fc43930bf
commit 285f2497c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # pin@v3 - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # pin@v3
with: with:
path: | path: |
~/go/pkg ~/go/pkg

View file

@ -32,14 +32,14 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: cache go binaries - name: cache go binaries
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
id: cache-go-bin id: cache-go-bin
with: with:
path: ~/go/bin path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin restore-keys: ${{ runner.os }}-go-bin
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
@ -78,14 +78,14 @@ jobs:
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: cache go binaries - name: cache go binaries
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
id: cache-go-bin id: cache-go-bin
with: with:
path: ~/go/bin path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin restore-keys: ${{ runner.os }}-go-bin
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
@ -133,7 +133,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
with: with:
path: | path: |
~/go/pkg ~/go/pkg
@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod