|
73 | 73 | - run: poetry install |
74 | 74 | - name: Cache mazette assets |
75 | 75 | id: cache-mazette |
76 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 76 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
77 | 77 | with: |
78 | 78 | path: | |
79 | 79 | share/tessdata/ |
|
99 | 99 |
|
100 | 100 | - name: Cache container image archive |
101 | 101 | id: cache-container |
102 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 102 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
103 | 103 | with: |
104 | 104 | path: share/container.tar |
105 | 105 | key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }} |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | poetry install |
203 | 203 | - name: Cache mazette assets |
204 | 204 | id: cache-mazette |
205 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 205 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
206 | 206 | with: |
207 | 207 | path: | |
208 | 208 | share/vendor/ |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 |
|
232 | 232 | - name: Cache container image archive |
233 | 233 | id: cache-container |
234 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 234 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
235 | 235 | with: |
236 | 236 | path: share/container.tar |
237 | 237 | key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }} |
@@ -364,7 +364,7 @@ jobs: |
364 | 364 |
|
365 | 365 | - name: Cache mazette assets |
366 | 366 | id: cache-mazette |
367 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 367 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
368 | 368 | with: |
369 | 369 | path: |- |
370 | 370 | share/tessdata/ |
@@ -399,7 +399,7 @@ jobs: |
399 | 399 | - if: matrix.full |
400 | 400 | name: Cache container image archive |
401 | 401 | id: cache-container |
402 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 402 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
403 | 403 | with: |
404 | 404 | path: share/container.tar |
405 | 405 | key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }} |
@@ -493,7 +493,7 @@ jobs: |
493 | 493 |
|
494 | 494 | - name: Cache mazette assets |
495 | 495 | id: cache-mazette |
496 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 496 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
497 | 497 | with: |
498 | 498 | path: | |
499 | 499 | share/tessdata/ |
@@ -529,7 +529,7 @@ jobs: |
529 | 529 |
|
530 | 530 | - name: Cache container image archive |
531 | 531 | id: cache-container |
532 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 532 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
533 | 533 | with: |
534 | 534 | path: share/container.tar |
535 | 535 | key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }} |
@@ -578,7 +578,7 @@ jobs: |
578 | 578 |
|
579 | 579 | - name: Cache mazette assets |
580 | 580 | id: cache-mazette |
581 | | - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
| 581 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
582 | 582 | with: |
583 | 583 | path: | |
584 | 584 | share/tessdata/ |
|
0 commit comments