Skip to content

Commit 3739129

Browse files
committed
Fixed CI pipeline
1 parent b3002df commit 3739129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2626
- name: Cache-Go
27-
uses: actions/cache@v1
27+
uses: actions/cache@v4
2828
with:
2929
path: |
3030
~/go/pkg/mod # Module download cache
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
- name: Set up Go
62-
uses: actions/setup-go@v2
62+
uses: actions/setup-go@v4
6363
with:
6464
go-version: ${{ matrix.go-version }}
6565
- name: Run tests

0 commit comments

Comments
 (0)