Skip to content

Commit

Permalink
Merge pull request #11 from lukibahr/renovate/actions-cache-2.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v2
  • Loading branch information
lukibahr committed Jun 10, 2021
2 parents 8889aa4 + ca89ee0 commit b73ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
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 b73ecf5

Please sign in to comment.