Skip to content

Commit 1c9301e

Browse files
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeae5f0 commit 1c9301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# completion. Make sure to update the key to bust the cache
7171
# properly if you make a change that should influence it.
7272
- name: Load cached Python dependencies
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: /srv/venv/
7676
key: >-

0 commit comments

Comments
 (0)