diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6212574..aecf675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: Cache pip Project Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.2 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }}