|
29 | 29 | uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0 |
30 | 30 |
|
31 | 31 | - name: Setup cache for go modules |
32 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 32 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
33 | 33 | with: |
34 | 34 | path: | |
35 | 35 | ~/.cache/go-build |
|
77 | 77 | uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0 |
78 | 78 |
|
79 | 79 | - name: Setup cache for go modules |
80 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 80 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
81 | 81 | with: |
82 | 82 | path: | |
83 | 83 | ~\AppData\Local\go-build |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0 |
127 | 127 |
|
128 | 128 | - name: Setup cache for go modules |
129 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 129 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
130 | 130 | with: |
131 | 131 | path: | |
132 | 132 | ~/.cache/go-build |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | go-version: "1.25" # Use latest for linting |
168 | 168 |
|
169 | 169 | - name: Setup cache for go modules |
170 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 170 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
171 | 171 | with: |
172 | 172 | path: | |
173 | 173 | ~/.cache/go-build |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | mkdir -p ${{ env.TEST_RESULTS_PATH }} |
210 | 210 |
|
211 | 211 | - name: Setup cache for go modules |
212 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 212 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
213 | 213 | with: |
214 | 214 | path: | |
215 | 215 | ~/.cache/go-build |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0 |
276 | 276 |
|
277 | 277 | - name: Setup cache for go modules |
278 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 278 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
279 | 279 | with: |
280 | 280 | path: | |
281 | 281 | ~\AppData\Local\go-build |
|
0 commit comments