chore(deps): bump actions/cache from 3.2.2 to 3.2.3

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](4723a57e26...58c146cc91)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 16:03:00 +00:00 committed by GitHub
parent 3f1a87727f
commit b02defb823
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@4723a57e26efda3a62cbde1812113b730952852d - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
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@4723a57e26efda3a62cbde1812113b730952852d uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
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@4723a57e26efda3a62cbde1812113b730952852d - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
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@4723a57e26efda3a62cbde1812113b730952852d uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
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@4723a57e26efda3a62cbde1812113b730952852d - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
@ -132,7 +132,7 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with: with:
path: | path: |
~/go/pkg ~/go/pkg
@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod