We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a297a7b commit 34ba55bCopy full SHA for 34ba55b
.github/workflows/code-review.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version: "3.10"
33
34
- name: Cache Python dependencies
35
- uses: actions/cache@v3
+ uses: actions/cache@v4
36
with:
37
path: ~/.cache/pip
38
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments