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.2.4
50
+ uses : actions/cache@v4.3.0
51
51
with :
52
52
key : pip-lint-${{ hashFiles('requirements/*.txt') }}
53
53
path : ~/.cache/pip
96
96
with :
97
97
submodules : true
98
98
- name : Cache llhttp generated files
99
- uses : actions/cache@v4.2.4
99
+ uses : actions/cache@v4.3.0
100
100
id : cache
101
101
with :
102
102
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.2.4
166
+ uses : actions/cache@v4.3.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