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 5151 with :
5252 python-version : 3.13
5353 - name : Cache PyPI
54- uses : actions/cache@v4.1.2
54+ uses : actions/cache@v4.2.0
5555 with :
5656 key : pip-lint-${{ hashFiles('requirements/*.txt') }}
5757 path : ~/.cache/pip
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 submodules : true
114114 - name : Cache llhttp generated files
115- uses : actions/cache@v4.1.2
115+ uses : actions/cache@v4.2.0
116116 id : cache
117117 with :
118118 key : llhttp-${{ hashFiles('vendor/llhttp/package*.json', 'vendor/llhttp/src/**/*') }}
@@ -179,7 +179,7 @@ jobs:
179179 echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
180180 shell : bash
181181 - name : Cache PyPI
182- uses : actions/cache@v4.1.2
182+ uses : actions/cache@v4.2.0
183183 with :
184184 key : pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
185185 path : ${{ steps.pip-cache.outputs.dir }}
You can’t perform that action at this time.
0 commit comments