diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a09de82..678c826 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: poetry --version - name: Cache Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 257612f..58d93a4 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -49,7 +49,7 @@ jobs: run: poetry --version - name: Cache Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}