chore(deps): bump actions/cache from 3.2.5 to 3.2.6 (#4019)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](6998d139dd...69d9d449ac)

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

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] 2023-02-27 10:00:23 -07:00 committed by GitHub
parent 1787e2efc3
commit b066e5d375
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:
fetch-depth: 0
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/go/pkg

View file

@ -32,14 +32,14 @@ jobs:
fetch-depth: 0
- name: cache go binaries
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/go/pkg/mod
@ -78,14 +78,14 @@ jobs:
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: cache go binaries
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/go/pkg/mod
@ -132,7 +132,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/go/pkg
@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/go/pkg/mod