Skip to content

Commit 4bd3598

Browse files
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 77c2fc3 commit 4bd3598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.10'
25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
name: Configure pip caching
2727
with:
2828
path: ~/.cache/pip

0 commit comments

Comments
 (0)