Skip to content

Commit e150e7b

Browse files
Bump actions/cache/save from 5.0.5 to 6.1.0 (#2711)
Bumps [actions/cache/save](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81367d9 commit e150e7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Save cached hypothesis directory
113113
id: save-hypothesis-cache
114114
if: always() && steps.unit-test.outcome != 'skipped'
115-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
115+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
116116
with:
117117
path: .hypothesis/
118118
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
@@ -172,7 +172,7 @@ jobs:
172172
- name: Save cached hypothesis directory
173173
id: save-hypothesis-cache
174174
if: always() && steps.unit-test.outcome != 'skipped'
175-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
175+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
176176
with:
177177
path: .hypothesis/
178178
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
@@ -227,7 +227,7 @@ jobs:
227227
- name: Save cached hypothesis directory
228228
id: save-hypothesis-cache
229229
if: always() && steps.unit-test.outcome != 'skipped'
230-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
230+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
231231
with:
232232
path: .hypothesis/
233233
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}

0 commit comments

Comments
 (0)