We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7861ac0 commit a6698feCopy full SHA for a6698fe
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.8 # Choose the Python version you need
20
21
- name: Cache dependencies
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: |
25
~/.cache/pip
0 commit comments