Skip to content

Commit 5addbc0

Browse files
build(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e667858 commit 5addbc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- name: Install pre-commit
2525
run: uv sync -U --group lint
2626

27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v6
2828
with:
2929
path: .mypy_cache
3030
key: ${{ runner.os }}-mypy-${{ hashFiles('pyproject.toml') }}
3131
restore-keys: |
3232
${{ runner.os }}-mypy-
3333
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v6
3535
with:
3636
path: ~/.cache/pre-commit
3737
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)