There was an error while loading. Please reload this page.
2 parents b2ac2c4 + 25787b7 commit faa96d2Copy full SHA for faa96d2
1 file changed
.github/workflows/Lint.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
43
run: rm requirements.txt
44
- name: Cache pre-commit
45
- uses: actions/cache@v5
+ uses: actions/cache@v6
46
with:
47
path: ~/.cache/pre-commit
48
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
0 commit comments