Skip to content

Commit 381ee81

Browse files
chore(deps): update actions/cache action to v3 (#567)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a1817ef commit 381ee81

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@v3
1818

1919
- name: Cache Go Modules
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
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@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/go/pkg/mod
2929
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)