Skip to content

Commit 15c28f8

Browse files
chore(deps): Bump actions/cache from 4 to 5 (#61)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd28edd commit 15c28f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache-dependency-path: requirements-typing.txt
5858
check-latest: true
5959
- name: mypy cache
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: .mypy_cache
6363
key: "${{ runner.os }}-mypy-3.13-${{ hashFiles('requirements-typing.txt') }}"

0 commit comments

Comments
 (0)