Skip to content

Commit c7b5868

Browse files
committed
Fix CI
1 parent 5e0aeec commit c7b5868

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version: 1.21.x
3131
- name: Cache build
32-
uses: actions/cache@v1
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.cache/go-build
3535
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
go-version: 1.21.x
5353
- name: Cache build
54-
uses: actions/cache@v1
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.cache/go-build
5757
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-build
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
go-version: 1.21.x
8181
- name: Cache build
82-
uses: actions/cache@v1
82+
uses: actions/cache@v4
8383
with:
8484
path: |
8585
~/.cache/go-build
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
go-version: 1.21.x
108108
- name: Cache build
109-
uses: actions/cache@v1
109+
uses: actions/cache@v4
110110
with:
111111
path: ~/.cache/go-build
112112
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test

0 commit comments

Comments
 (0)