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