Skip to content

Commit dd084f9

Browse files
chore(deps): update actions/cache action to v2 (#518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent ccf7f52 commit dd084f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Cache Go Modules
20-
uses: actions/cache@v1
20+
uses: actions/cache@v2
2121
with:
2222
path: ~/go/pkg/mod
2323
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: go
2424

2525
- name: Cache Go Modules
26-
uses: actions/cache@v1
26+
uses: actions/cache@v2
2727
with:
2828
path: ~/go/pkg/mod
2929
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)