diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c0e0047..d68ed0f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -34,7 +34,7 @@ jobs: - name: pip freeze (debug) run: python -m pip freeze --local - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -78,7 +78,7 @@ jobs: - name: pip freeze (debug) run: python -m pip freeze --local - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}