diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index f864764..d435454 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -99,7 +99,7 @@ jobs: run: pip install pre-commit - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pre-/Users/ejimenez/work/BBDN-Base-Python-Flask/.github key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}