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 8ec8d00 commit dd11a5aCopy full SHA for dd11a5a
.github/workflows/linux.yml
@@ -26,7 +26,8 @@ jobs:
26
restore-keys: ${{ runner.os }}-${{ env.cache-name }}
27
28
- name: Cache Python modules
29
- uses: actions/cache@v2
+ id: cache-python
30
+ uses: actions/cache@v3
31
with:
32
path: ~/.cache/pip
33
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -65,7 +66,7 @@ jobs:
65
66
67
- name: Cache CCache
68
id: ccache
69
70
71
path: .ccache
72
key: ${{ runner.os }}-ccache-${{ hashFiles('log.txt') }}
0 commit comments