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 51
51
with :
52
52
python-version : 3.11
53
53
- name : Cache PyPI
54
- uses : actions/cache@v4.2.4
54
+ uses : actions/cache@v4.3.0
55
55
with :
56
56
key : pip-lint-${{ hashFiles('requirements/*.txt') }}
57
57
path : ~/.cache/pip
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
submodules : true
111
111
- name : Cache llhttp generated files
112
- uses : actions/cache@v4.2.4
112
+ uses : actions/cache@v4.3.0
113
113
id : cache
114
114
with :
115
115
key : llhttp-${{ hashFiles('vendor/llhttp/package*.json', 'vendor/llhttp/src/**/*') }}
@@ -179,7 +179,7 @@ jobs:
179
179
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
180
180
shell : bash
181
181
- name : Cache PyPI
182
- uses : actions/cache@v4.2.4
182
+ uses : actions/cache@v4.3.0
183
183
with :
184
184
key : pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
185
185
path : ${{ steps.pip-cache.outputs.dir }}
You can’t perform that action at this time.
0 commit comments