Skip to content

Commit 52a9584

Browse files
dependabot[bot]lordjabez
authored andcommitted
Bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a560c7 commit 52a9584

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run: uv pip install --system --resolution ${{ matrix.resolution }} -e .[dev]
5959

6060
- id: cache-pytest
61-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
61+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6262
with:
6363
path: .pytest_cache
6464
key: ${{ matrix.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -101,7 +101,7 @@ jobs:
101101
- run: uv pip install --system -e .[dev]
102102

103103
- id: cache-ruff
104-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
104+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
105105
with:
106106
path: .ruff_cache
107107
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
@@ -140,7 +140,7 @@ jobs:
140140
- run: uv pip install --system -e .[dev]
141141

142142
- id: cache-ruff
143-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
143+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
144144
with:
145145
path: .ruff_cache
146146
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
@@ -185,7 +185,7 @@ jobs:
185185
- run: uv pip install --system -e .[dev]
186186

187187
- id: cache-mypy
188-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
188+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
189189
with:
190190
path: .mypy_cache
191191
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@0057852bfaa89a56745cba8c7296529d2fc39830
308+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
309309
with:
310310
path: .pre-commit-cache
311311
key: ${{ runner.os }}-pre-commit-3.13-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)