Skip to content

Commit 364939c

Browse files
Bump actions/cache from 5.0.4 to 5.0.5 (#32)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 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@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5882dca commit 364939c

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
@@ -48,7 +48,7 @@ jobs:
4848
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
4949
shell: bash
5050
- name: Cache PyPI
51-
uses: actions/cache@v5.0.4
51+
uses: actions/cache@v5.0.5
5252
with:
5353
key: pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
5454
path: ${{ steps.pip-cache.outputs.dir }}

0 commit comments

Comments
 (0)