Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.0.5 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 13, 2022
1 parent 86f3331 commit 8ff6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go-version: 1.18.4

- name: Set up Go mod cache
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
with:
path: ~/go/pkg/mod
key: gomod-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 8ff6938

Please sign in to comment.