Skip to content

Commit 5dc0d7e

Browse files
Bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [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.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba42c15 commit 5dc0d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.4
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)