diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 50be5bb..da83ad4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python }} cache: 'pip' - name: Install Poetry' - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup poetry cache uses: actions/cache@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2810d..a8987ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python }} cache: 'pip' - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup poetry cache uses: actions/cache@v3 with: @@ -53,7 +53,7 @@ jobs: python-version: ${{ matrix.python }} cache: 'pip' - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup poetry cache uses: actions/cache@v3 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1127548..be8c437 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python }} cache: 'pip' - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup poetry cache uses: actions/cache@v3 with: