Skip to content

Commit 80cd696

Browse files
Merge main into msl-auth
2 parents 4b277a8 + f005a3a commit 80cd696

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

0 commit comments

Comments
 (0)