Skip to content

Commit

Permalink
Update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ccremer committed Nov 17, 2020
1 parent a728ac2 commit c884586
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.14.1'
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: /home/runner/go/pkg/mod
key: go-mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.14.1'
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: /home/runner/go/pkg/mod
key: go-mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.14.1'
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: /home/runner/go/pkg/mod
key: go-mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.14.1'
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: /home/runner/go/pkg/mod
key: go-mod
Expand Down

0 comments on commit c884586

Please sign in to comment.