Skip to content

Commit 9e21626

Browse files
Update github-actions (#791)
Update github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a087ae commit 9e21626

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/autofix-pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/check-build-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)