瀏覽代碼

Update CI

tags/v2.1.8^2
9seconds 2 月之前
父節點
當前提交
f06fd5ca77
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      .github/workflows/ci.yaml

+ 3
- 3
.github/workflows/ci.yaml 查看文件

@@ -55,7 +55,7 @@ jobs:
55 55
           go-version: ${{ matrix.go_version }}
56 56
 
57 57
       - name: Cache dependencies
58
-        uses: actions/cache@v2
58
+        uses: actions/cache@v5
59 59
         with:
60 60
           path: ~/go/pkg/mod
61 61
           key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -85,7 +85,7 @@ jobs:
85 85
           go-version: ^1.25
86 86
 
87 87
       - name: Cache fuzz results
88
-        uses: actions/cache@v2
88
+        uses: actions/cache@v5
89 89
         with:
90 90
           path: ~/.cache/go-build/fuzz
91 91
           key: ${{ runner.os }}-go-${{ hashFiles('**/*_fuzz_test.go', '**/*_fuzz_internal_test.go') }}
@@ -145,7 +145,7 @@ jobs:
145 145
         uses: docker/setup-buildx-action@v1
146 146
 
147 147
       - name: Setup cache
148
-        uses: actions/cache@v2
148
+        uses: actions/cache@v5
149 149
         with:
150 150
           path: /tmp/buildx-cache
151 151
           key: ${{ runner.os }}-buildx-${{ github.sha }}

Loading…
取消
儲存