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 7612049 commit 65e157bCopy full SHA for 65e157b
β.github/workflows/deploy.yamlβ
@@ -26,7 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
28
- name: Cache pip dependencies
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: ~/.cache/pip
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ matrix.python-version }}
β.github/workflows/develop.yamlβ
@@ -20,7 +20,7 @@ jobs:
20
python-version: '3.10'
21
22
23
24
25
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-3.10
0 commit comments