Skip to content

Commit 0b56673

Browse files
dependabot[bot]MaxKellermann
authored andcommitted
build(deps): 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 b348aad commit 0b56673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v7
5656

5757
- name: "Cache third-party libraries"
58-
uses: actions/cache@v4
58+
uses: actions/cache@v6
5959
with:
6060
key: ${{runner.os}}-libs-${{matrix.cpu}}-${{hashFiles('win32/build.py', 'python/**')}}
6161
path: |

0 commit comments

Comments
 (0)