Skip to content

Commit 3f65cdd

Browse files
Bump actions/cache from 4.3.0 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40c67bb commit 3f65cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: 3.9
4848
- name: Cache pip
49-
uses: actions/cache@v4.3.0
49+
uses: actions/cache@v5.0.5
5050
with:
5151
path: ~/.cache/pip # This path is specific to Ubuntu
5252
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)