Skip to content

Commit e379737

Browse files
chore(deps): update actions/cache action to v6 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ca8864 commit e379737

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Restore dependencies cache
9999
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
100100
id: deps-cache
101-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
101+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
102102
with:
103103
path: .ph-deps
104104
key: deps-linux-${{ matrix.libc }}-${{ matrix.arch }}-${{ hashFiles('libheif/build_libs.py') }}
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Save dependencies cache
123123
if: github.event_name != 'push' && steps.deps-cache.outputs.cache-hit != 'true'
124-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
124+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
125125
with:
126126
path: .ph-deps
127127
key: deps-linux-${{ matrix.libc }}-${{ matrix.arch }}-${{ hashFiles('libheif/build_libs.py') }}
@@ -177,7 +177,7 @@ jobs:
177177
- name: Restore dependencies cache
178178
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
179179
id: deps-cache
180-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
180+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
181181
with:
182182
path: ${{ runner.temp }}/ph-deps
183183
key: deps-macos-${{ matrix.arch }}-${{ hashFiles('libheif/build_libs.py') }}
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Save dependencies cache
206206
if: github.event_name != 'push' && steps.deps-cache.outputs.cache-hit != 'true'
207-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
207+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
208208
with:
209209
path: ${{ runner.temp }}/ph-deps
210210
key: deps-macos-${{ matrix.arch }}-${{ hashFiles('libheif/build_libs.py') }}
@@ -345,7 +345,7 @@ jobs:
345345
- name: Restore dependencies cache
346346
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
347347
id: deps-cache
348-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
348+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
349349
with:
350350
path: ${{ runner.temp }}/ph-deps
351351
key: deps-sdist-${{ hashFiles('libheif/build_libs.py') }}
@@ -355,7 +355,7 @@ jobs:
355355

356356
- name: Save dependencies cache
357357
if: github.event_name != 'push' && steps.deps-cache.outputs.cache-hit != 'true'
358-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
358+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
359359
with:
360360
path: ${{ runner.temp }}/ph-deps
361361
key: deps-sdist-${{ hashFiles('libheif/build_libs.py') }}

0 commit comments

Comments
 (0)