File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
9292 >> $GITHUB_OUTPUT
9393
94- - uses : actions/cache@v4
94+ - uses : actions/cache@v5
9595 with :
9696 key : mypy|${{steps.store-hashed-python-version.outputs.hashed_python_version}}|${{matrix.component}}
9797 path : ./.mypy_cache
@@ -144,7 +144,7 @@ jobs:
144144 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
145145 >> $GITHUB_OUTPUT
146146
147- - uses : actions/cache@v4
147+ - uses : actions/cache@v5
148148 with :
149149 key : pre-commit|${{steps.store-hashed-python-version.outputs.hashed_python_version}}|${{hashFiles('.pre-commit-config.yaml')}}
150150 path : ~/.cache/pre-commit
@@ -223,7 +223,7 @@ jobs:
223223 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
224224 >> $GITHUB_OUTPUT
225225
226- - uses : actions/cache@v4
226+ - uses : actions/cache@v5
227227 with :
228228 key : pytest|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
229229 path : ./.pytest_cache
@@ -271,7 +271,7 @@ jobs:
271271 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
272272 >> $GITHUB_OUTPUT
273273
274- - uses : actions/cache@v4
274+ - uses : actions/cache@v5
275275 with :
276276 key : ruff|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
277277 path : ./.ruff_cache
You can’t perform that action at this time.
0 commit comments