mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 09:08:09 +01:00
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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user