Skip to content

Commit 3660147

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

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@668228422ae6a00e4ad889ee87cd7109ec5666a7
61+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
104+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
143+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
188+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
308+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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)