Skip to content

Commit

Permalink
Bump actions/cache from 3.0.4 to 3.0.5 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 19, 2022
1 parent bf41df3 commit be797c9
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.18
check-latest: true

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.4
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.18
check-latest: true

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit be797c9

Please sign in to comment.