Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.0.3 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 31, 2022
1 parent b7d9a37 commit cb2b5c4
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.2

- name: Set up Go mod cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3.0.3
with:
path: ~/go/pkg/mod
key: gomod-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit cb2b5c4

Please sign in to comment.