File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
python-version : 3.11
49
49
- name : Cache PyPI
50
- uses : actions/cache@v4.1.2
50
+ uses : actions/cache@v4.2.0
51
51
with :
52
52
key : pip-lint-${{ hashFiles('requirements/*.txt') }}
53
53
path : ~/.cache/pip
99
99
with :
100
100
submodules : true
101
101
- name : Cache llhttp generated files
102
- uses : actions/cache@v4.1.2
102
+ uses : actions/cache@v4.2.0
103
103
id : cache
104
104
with :
105
105
key : llhttp-${{ hashFiles('vendor/llhttp/package*.json', 'vendor/llhttp/src/**/*') }}
@@ -163,7 +163,7 @@ jobs:
163
163
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
164
164
shell : bash
165
165
- name : Cache PyPI
166
- uses : actions/cache@v4.1.2
166
+ uses : actions/cache@v4.2.0
167
167
with :
168
168
key : pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
169
169
path : ${{ steps.pip-cache.outputs.dir }}
You can’t perform that action at this time.
0 commit comments