We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a846ddc commit 46f7a1eCopy full SHA for 46f7a1e
2 files changed
.github/workflows/build_and_test.yml
@@ -44,7 +44,7 @@ jobs:
44
python-version: ${{ env.PRE_COMMIT_PYTHON_VERSION }}
45
46
- name: Cache pre-commit environments
47
- uses: actions/cache@v5
+ uses: actions/cache@v6
48
with:
49
path: ~/.cache/pre-commit
50
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
.github/workflows/docs.yml
@@ -113,7 +113,7 @@ jobs:
113
# miss -> we do a fresh build and actions/cache saves the result on
114
# job success, so the next run with the same SHA hits.
115
id: cache
116
117
118
path: doc/_build/html
119
key: docs-${{ env.CACHE_VERSION }}-${{ matrix.slug }}-${{ steps.sha.outputs.sha }}
0 commit comments