diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 177f88e..782fd69 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: - name: Install pre-commit run: | python -m pip install pre-commit - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}