diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0881bbf..444c3ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: python-version: "3.12" - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pypoetry key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}