File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
5050 >> "$GITHUB_OUTPUT"
5151
52- - uses : actions/cache@v5
52+ - uses : actions/cache@v6
5353 with :
5454 key : prek|${{steps.store-hashed-python-version.outputs.hashed_python_version}}|${{hashFiles('.pre-commit-config.yaml')}}
5555 path : ~/.cache/prek
Original file line number Diff line number Diff line change 9494 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
9595 >> "$GITHUB_OUTPUT"
9696
97- - uses : actions/cache@v5
97+ - uses : actions/cache@v6
9898 with :
9999 key : mypy|${{steps.store-hashed-python-version.outputs.hashed_python_version}}|${{matrix.component}}
100100 path : ./.mypy_cache
@@ -174,7 +174,7 @@ jobs:
174174 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
175175 >> "$GITHUB_OUTPUT"
176176
177- - uses : actions/cache@v5
177+ - uses : actions/cache@v6
178178 with :
179179 key : pytest|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
180180 path : ./.pytest_cache
@@ -222,7 +222,7 @@ jobs:
222222 run : echo "hashed_python_version=$(uv run -- python -VV | sha256sum | cut -d' ' -f1)"
223223 >> "$GITHUB_OUTPUT"
224224
225- - uses : actions/cache@v5
225+ - uses : actions/cache@v6
226226 with :
227227 key : ruff|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
228228 path : ./.ruff_cache
You can’t perform that action at this time.
0 commit comments