diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c4e0740..630be38 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -25,7 +25,7 @@ jobs: - run: python -m pip install pre-commit - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}