Skip to content

Commit 8be0b88

Browse files
committed
Update actions/cache to latest version
Versions v1 and v2 have been deprecated.
1 parent 0e657f8 commit 8be0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3434
- name: Cache-Go
35-
uses: actions/cache@v1
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/go/pkg/mod # Module download cache

0 commit comments

Comments
 (0)