We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f8674 + c0ca082 commit 887dbdcCopy full SHA for 887dbdc
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.11"
20
21
- name: Cache pip packages
22
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
23
with:
24
path: ~/.cache/pip
25
key: ${{ runner.os }}-pip-lint-${{ hashFiles('requirements-dev.txt') }}
@@ -54,7 +54,7 @@ jobs:
54
python-version: ${{ matrix.python-version }}
55
56
57
58
59
60
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements-dev.txt') }}
0 commit comments