ci: bump actions/cache from 4.1.2 to 4.3.0

Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-25 01:03:00 +00:00
committed by GitHub
parent 781692796a
commit de1d505db1

View File

@@ -60,7 +60,7 @@ jobs:
fh.write(f"result={result}\n")
- name: Restore pre-commit cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.3.0
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit