From 6f006027369b7d84a69b830a86c19a2f0e96debf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:51:51 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 5b56b8d..f7c2e3d 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -36,7 +36,7 @@ jobs: pip install -r requirements-lint.txt - name: Cache pre-commit and mypy - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: | ~/.cache/pre-commit