Skip to content

Commit af05d75

Browse files
dependabot[bot]lordjabez
authored andcommitted
Bump actions/cache from 4.2.3 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 932e7a2 commit af05d75

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
@@ -52,7 +52,7 @@ jobs:
5252
- run: uv pip install --system -e .[dev]
5353

5454
- id: cache-pytest
55-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
5656
with:
5757
path: .pytest_cache
5858
key: ${{ runner.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -97,7 +97,7 @@ jobs:
9797
- run: uv pip install --system -e .[dev]
9898

9999
- id: cache-ruff
100-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
100+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
101101
with:
102102
path: .ruff_cache
103103
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
@@ -136,7 +136,7 @@ jobs:
136136
- run: uv pip install --system -e .[dev]
137137

138138
- id: cache-ruff
139-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
139+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
140140
with:
141141
path: .ruff_cache
142142
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
@@ -183,7 +183,7 @@ jobs:
183183
- run: uv pip install --system -e .[dev]
184184

185185
- id: cache-mypy
186-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
186+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
187187
with:
188188
path: .mypy_cache
189189
key: ${{ runner.os }}-mypy-3.13-${{ hashFiles('pyproject.toml') }}
@@ -305,7 +305,7 @@ jobs:
305305
- run: uv pip install --system -e .[dev]
306306

307307
- id: cache-pre-commit
308-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
308+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
309309
with:
310310
path: .pre-commit-cache
311311
key: ${{ runner.os }}-pre-commit-3.13

0 commit comments

Comments
 (0)