diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16616f4..8d86db2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v4.0.0 with: - poetry-version: 1.7.1 + poetry-version: 2.2.1 - uses: actions/cache@v6.1.0 name: Define a cache for the virtual environment based on the dependencies lock file with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04fe4f6..6c827b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v4.0.0 with: - poetry-version: 1.7.1 + poetry-version: 2.2.1 - uses: actions/cache@v6.1.0 name: Define a cache for the virtual environment based on the dependencies lock file with: