We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ef185 commit d3e40caCopy full SHA for d3e40ca
.github/workflows/mkdocs-build.yml
@@ -45,7 +45,7 @@ jobs:
45
# path: ~/.cache
46
# key: ${{ runner.os }}-${{ github.sha }}
47
path: ~/.cache
48
- key: ${{ runner.os }}-${{ hashFiles('~/.cache/**') }}
+ key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
49
restore-keys: |
50
${{ runner.os }}-
51
# path: ~/.cache/pip
runtime.txt
@@ -1 +1 @@
1
-3.8
+3.11
0 commit comments