Skip to content

Commit f08f4d7

Browse files
committed
update cache version
1 parent 7eb2b02 commit f08f4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: task services:up
7979

8080
- name: Cache
81-
uses: actions/cache@v2
81+
uses: actions/cache@v4
8282
with:
8383
path: ~/go/pkg/mod
8484
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)