Skip to content

Commit 6fa697f

Browse files
dependabot[bot]VeckoTheGecko
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff0fa9c commit 6fa697f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
9090
- name: Restore cached hypothesis directory
9191
id: restore-hypothesis-cache
92-
uses: actions/cache/restore@v4
92+
uses: actions/cache/restore@v5
9393
with:
9494
path: .hypothesis/
9595
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Save cached hypothesis directory
104104
id: save-hypothesis-cache
105105
if: always() && steps.unit-test.outcome != 'skipped'
106-
uses: actions/cache/save@v4
106+
uses: actions/cache/save@v5
107107
with:
108108
path: .hypothesis/
109109
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}

0 commit comments

Comments
 (0)