diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba1732a..167a84e 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.3.3 + uses: actions/cache@v4.0.2 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 885e9a4..74bc2d5 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -48,7 +48,7 @@ jobs: run: poetry --version - name: Cache Dependencies - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.2 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}