diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 947671f..6e9c195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Cache pip Project Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }}