diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 213d354..9079ad8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: id: hash run: echo ::set-output name=hash::$(python --version | sha256sum | cut -d' ' -f1) - name: Restore cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pre-commit key: pre-commit|${{ steps.hash.outputs.hash }}|${{ hashFiles('.pre-commit-config.yaml') }}