Skip to content

Commit a8afd8e

Browse files
Merge pull request #173 from digitalocean/asb/actions/cache@v4
ci: upgrade to actions/cache@v4
2 parents 4c2d70d + 0cc49b9 commit a8afd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ${{ matrix.go-version }}
2525

2626
- name: Restore cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)