Skip to content

Commit ffe0437

Browse files
authored
Merge pull request #92 from MaineDSA/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 5.0.1 to 5.0.3
2 parents 3770766 + d890df0 commit ffe0437

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
patchright install chrome
5454
5555
- id: cache-pytest
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
56+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
5757
with:
5858
path: .pytest_cache
5959
key: pytest-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.resolution }}-${{ hashFiles('pyproject.toml') }}
@@ -93,7 +93,7 @@ jobs:
9393
- run: uv pip install --system .[dev]
9494

9595
- id: cache-ruff
96-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
96+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
9797
with:
9898
path: .ruff_cache
9999
key: ruff-${{ hashFiles('pyproject.toml') }}
@@ -130,7 +130,7 @@ jobs:
130130
- run: uv pip install --system .[dev]
131131

132132
- id: cache-ruff
133-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
133+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
134134
with:
135135
path: .ruff_cache
136136
key: ruff-${{ hashFiles('pyproject.toml') }}
@@ -218,7 +218,7 @@ jobs:
218218
- run: uv pip install --system -e .[dev]
219219

220220
- id: cache-mypy
221-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
221+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
222222
with:
223223
path: .mypy_cache
224224
key: ${{ runner.os }}-mypy-${{ hashFiles('pyproject.toml') }}
@@ -295,7 +295,7 @@ jobs:
295295
- run: uv pip install --system .[dev]
296296

297297
- id: cache-pre-commit
298-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
298+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
299299
with:
300300
path: .pre-commit-cache
301301
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)