Skip to content

Commit 8b1889e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
lower_bounds: true
3030
steps:
3131
- uses: "actions/checkout@v7"
32-
- uses: "actions/cache@v5"
32+
- uses: "actions/cache@v6"
3333
with:
3434
path: "~/.cache/pip"
3535
key: "${{ runner.os }}-pip-${{ hashFiles('**/*requirements*.txt', '**/*constraints*.lock', '**/setup.py', '**/pyproject.toml') }}"

0 commit comments

Comments
 (0)