We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache@v2
1 parent ceaf712 commit 70f38dfCopy full SHA for 70f38df
.github/workflows/test-build.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Cache Build Requirements
23
id: pip-cache-step
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ${{ env.pythonLocation }}
27
key: ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt', 'dev-requirements.txt') }}
@@ -44,7 +44,7 @@ jobs:
44
45
python-version: 3.6
46
- name: Cache pip
47
48
49
50
0 commit comments