We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfac9aa + 5d2a99a commit 03e2c81Copy full SHA for 03e2c81
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-python@v2
19
20
- name: Cache dependencies
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: ~/.cache/pip
24
key: ${{ runner.os }}-pip-${{ hashFiles('buildtools/requirements.txt') }}
0 commit comments