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 10d683b commit a395fd9Copy full SHA for a395fd9
.github/actions/lint/action.yml
@@ -33,7 +33,7 @@ runs:
33
python-version: '3.8'
34
35
- name: Pip cache
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ~/.cache/pip
39
key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }}
0 commit comments