Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
de1d505db1 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>
2025-09-25 01:03:00 +00:00

View File

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