Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit c187ee2

Browse files
authored
Merge pull request #3 from bmos/dependabot/github_actions/actions/cache-5.0.2
Bump actions/cache from 4.3.0 to 5.0.2
2 parents 83ceac9 + 867130f commit c187ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: uv pip install --system .[dev]
3838

3939
- id: cache-ruff
40-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
40+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
4141
with:
4242
path: .ruff_cache
4343
key: ruff-${{ hashFiles('pyproject.toml') }}
@@ -74,7 +74,7 @@ jobs:
7474
- run: uv pip install --system .[dev]
7575

7676
- id: cache-ruff
77-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
77+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
7878
with:
7979
path: .ruff_cache
8080
key: ruff-${{ hashFiles('pyproject.toml') }}
@@ -186,7 +186,7 @@ jobs:
186186
- run: uv pip install --system -e .[dev]
187187

188188
- id: cache-mypy
189-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
189+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
190190
with:
191191
path: .mypy_cache
192192
key: ${{ runner.os }}-mypy-${{ hashFiles('pyproject.toml') }}
@@ -227,7 +227,7 @@ jobs:
227227
- run: uv pip install --system .[dev]
228228

229229
- id: cache-pre-commit
230-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
230+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
231231
with:
232232
path: .pre-commit-cache
233233
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)