|
26 | 26 | cache: false
|
27 | 27 | - name: Cache Go
|
28 | 28 | id: go-cache
|
29 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 29 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
30 | 30 | with:
|
31 | 31 | path: |
|
32 | 32 | ~/go/bin
|
|
49 | 49 | cache: false
|
50 | 50 | - name: Cache Go
|
51 | 51 | id: go-cache
|
52 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 52 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
53 | 53 | with:
|
54 | 54 | path: |
|
55 | 55 | ~/go/bin
|
|
73 | 73 | cache: false
|
74 | 74 | - name: Cache Go
|
75 | 75 | id: go-cache
|
76 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 76 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
77 | 77 | with:
|
78 | 78 | path: |
|
79 | 79 | ~/go/bin
|
|
98 | 98 | cache: false
|
99 | 99 | - name: Cache Go
|
100 | 100 | id: go-cache
|
101 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 101 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
102 | 102 | with:
|
103 | 103 | path: |
|
104 | 104 | ~/go/bin
|
@@ -154,14 +154,14 @@ jobs:
|
154 | 154 | cache: false
|
155 | 155 | - name: Cache Go
|
156 | 156 | id: go-cache
|
157 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 157 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
158 | 158 | with:
|
159 | 159 | path: |
|
160 | 160 | ~/go/bin
|
161 | 161 | ~/go/pkg/mod
|
162 | 162 | key: go-cache-${{ runner.os }}-${{ matrix.runner }}-${{ hashFiles('**/go.sum') }}
|
163 | 163 | - name: Cache Build
|
164 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 164 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
165 | 165 | with:
|
166 | 166 | path: ~/.cache/go-build
|
167 | 167 | key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
|
@@ -198,14 +198,14 @@ jobs:
|
198 | 198 | cache: false
|
199 | 199 | - name: Cache Go
|
200 | 200 | id: go-cache
|
201 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 201 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
202 | 202 | with:
|
203 | 203 | path: |
|
204 | 204 | ~/go/bin
|
205 | 205 | ~/go/pkg/mod
|
206 | 206 | key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
|
207 | 207 | - name: Cache Build
|
208 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 208 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
209 | 209 | with:
|
210 | 210 | path: ~/.cache/go-build
|
211 | 211 | key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
|
@@ -260,7 +260,7 @@ jobs:
|
260 | 260 | cache: false
|
261 | 261 | - name: Cache Go
|
262 | 262 | id: go-cache
|
263 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 263 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
264 | 264 | with:
|
265 | 265 | path: |
|
266 | 266 | ~/go/bin
|
|
0 commit comments