Skip to content

Commit d85763d

Browse files
Merge pull request #1 from jacobwgillespie/dependabot/github_actions/actions/cache-3
2 parents aee156b + b84a5aa commit d85763d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-go@v2
1010
with:
1111
go-version: "1.18"
12-
- uses: actions/cache@v2
12+
- uses: actions/cache@v3
1313
with:
1414
path: |
1515
~/go

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: "1.18"
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v3
1717
with:
1818
path: |
1919
~/go

0 commit comments

Comments
 (0)