We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9299080 commit e4776bcCopy full SHA for e4776bc
1 file changed
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Cache pip
21
id: cache
22
- uses: actions/cache@v3.0.2
+ uses: actions/cache@v3
23
with:
24
path: ~/.cache/pip
25
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
0 commit comments