Skip to content

Commit e11b8f5

Browse files
committed
update actions
1 parent 11875c6 commit e11b8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version: "1.22"
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/go/pkg/mod
1818
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)