Skip to content

Commit

Permalink
Bump actions/cache from 3.0.11 to 3.2.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 26, 2022
1 parent fddac02 commit cd97505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.19
check-latest: true

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.19
check-latest: true

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit cd97505

Please sign in to comment.