Skip to content

Commit dfa641d

Browse files
Bump actions/cache/restore from 5.0.5 to 6.1.0 (#2709)
Bumps [actions/cache/restore](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/restore 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 e150e7b commit dfa641d

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
@@ -98,7 +98,7 @@ jobs:
9898
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
9999
- name: Restore cached hypothesis directory
100100
id: restore-hypothesis-cache
101-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
101+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
102102
with:
103103
path: .hypothesis/
104104
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
@@ -158,7 +158,7 @@ jobs:
158158
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
159159
- name: Restore cached hypothesis directory
160160
id: restore-hypothesis-cache
161-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
161+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
162162
with:
163163
path: .hypothesis/
164164
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
@@ -213,7 +213,7 @@ jobs:
213213
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
214214
- name: Restore cached hypothesis directory
215215
id: restore-hypothesis-cache
216-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
216+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
217217
with:
218218
path: .hypothesis/
219219
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}

0 commit comments

Comments
 (0)