Skip to content

Commit 7a80338

Browse files
build(deps): bump actions/cache from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 075bab6 commit 7a80338

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
@@ -39,7 +39,7 @@ jobs:
3939
extra_args: --hook-stage manual --all-files
4040

4141
- name: Cache nox pylint virtualenv
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: .nox/pylint
4545
key:

0 commit comments

Comments
 (0)