Skip to content

Commit 486a104

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.1.0
--- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42a6d41 commit 486a104

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run: poetry install
7474
- name: Cache mazette assets
7575
id: cache-mazette
76-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
76+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7777
with:
7878
path: |
7979
share/tessdata/
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Cache container image archive
101101
id: cache-container
102-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
102+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
103103
with:
104104
path: share/container.tar
105105
key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }}
@@ -202,7 +202,7 @@ jobs:
202202
poetry install
203203
- name: Cache mazette assets
204204
id: cache-mazette
205-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
205+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
206206
with:
207207
path: |
208208
share/vendor/
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Cache container image archive
233233
id: cache-container
234-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
234+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
235235
with:
236236
path: share/container.tar
237237
key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }}
@@ -364,7 +364,7 @@ jobs:
364364
365365
- name: Cache mazette assets
366366
id: cache-mazette
367-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
367+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
368368
with:
369369
path: |-
370370
share/tessdata/
@@ -399,7 +399,7 @@ jobs:
399399
- if: matrix.full
400400
name: Cache container image archive
401401
id: cache-container
402-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
402+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
403403
with:
404404
path: share/container.tar
405405
key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }}
@@ -493,7 +493,7 @@ jobs:
493493
494494
- name: Cache mazette assets
495495
id: cache-mazette
496-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
496+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
497497
with:
498498
path: |
499499
share/tessdata/
@@ -529,7 +529,7 @@ jobs:
529529

530530
- name: Cache container image archive
531531
id: cache-container
532-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
532+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
533533
with:
534534
path: share/container.tar
535535
key: v1-container-tar-${{ runner.arch }}-${{ steps.image-digest.outputs.digest }}
@@ -578,7 +578,7 @@ jobs:
578578
579579
- name: Cache mazette assets
580580
id: cache-mazette
581-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
581+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
582582
with:
583583
path: |
584584
share/tessdata/

.github/workflows/ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: poetry install
2626
- name: Cache mazette assets
2727
id: cache-mazette
28-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
28+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2929
with:
3030
path: |
3131
share/tessdata/
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "digest=$(crane digest $(cat share/image-name.txt):latest)" >> $GITHUB_OUTPUT
4848
- name: Cache container image archive
4949
id: cache-container
50-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
50+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5151
with:
5252
path: share/container.tar
5353
key: v1-container-tar-${{ inputs.arch }}-${{ steps.image-digest.outputs.digest }}

0 commit comments

Comments
 (0)