|
27 | 27 | cache: false |
28 | 28 | - name: Cache Go |
29 | 29 | id: go-cache |
30 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 30 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
31 | 31 | with: |
32 | 32 | path: | |
33 | 33 | ~/go/bin |
|
50 | 50 | cache: false |
51 | 51 | - name: Cache Go |
52 | 52 | id: go-cache |
53 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 53 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
54 | 54 | with: |
55 | 55 | path: | |
56 | 56 | ~/go/bin |
|
75 | 75 | cache: false |
76 | 76 | - name: Cache Go |
77 | 77 | id: go-cache |
78 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 78 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
79 | 79 | with: |
80 | 80 | path: | |
81 | 81 | ~/go/bin |
|
97 | 97 | cache: false |
98 | 98 | - name: Cache Go |
99 | 99 | id: go-cache |
100 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 100 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
101 | 101 | with: |
102 | 102 | path: | |
103 | 103 | ~/go/bin |
@@ -159,14 +159,14 @@ jobs: |
159 | 159 | cache: false |
160 | 160 | - name: Cache Go |
161 | 161 | id: go-cache |
162 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 162 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
163 | 163 | with: |
164 | 164 | path: | |
165 | 165 | ~/go/bin |
166 | 166 | ~/go/pkg/mod |
167 | 167 | key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }} |
168 | 168 | - name: Cache Build |
169 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 169 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
170 | 170 | with: |
171 | 171 | path: ~/.cache/go-build |
172 | 172 | key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} |
@@ -208,14 +208,14 @@ jobs: |
208 | 208 | cache: false |
209 | 209 | - name: Cache Go |
210 | 210 | id: go-cache |
211 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 211 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
212 | 212 | with: |
213 | 213 | path: | |
214 | 214 | ~/go/bin |
215 | 215 | ~/go/pkg/mod |
216 | 216 | key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }} |
217 | 217 | - name: Cache Build |
218 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 218 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
219 | 219 | with: |
220 | 220 | path: ~/.cache/go-build |
221 | 221 | key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | cache: false |
277 | 277 | - name: Cache Go |
278 | 278 | id: go-cache |
279 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 |
| 279 | + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
280 | 280 | with: |
281 | 281 | path: | |
282 | 282 | ~/go/bin |
|
0 commit comments