Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 9, 2021
1 parent 440e8a5 commit ca89ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
go-version: 1.16
- name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit ca89ee0

Please sign in to comment.