diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fba32d..74416f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,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.2.5 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }} @@ -85,7 +85,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.2.5 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }}