Skip to content

Commit 4192cfa

Browse files
CI: 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 8277d4d commit 4192cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v7
127127
with:
128128
submodules: recursive
129-
- uses: actions/cache@v5
129+
- uses: actions/cache@v6
130130
with:
131131
path: |
132132
~/.cache/pip

0 commit comments

Comments
 (0)