diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af0c327..9730be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 - name: Poetry Install run: poetry install - name: Run flake8 @@ -34,7 +34,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 - name: Poetry Install run: poetry install - name: Run sphinx @@ -71,7 +71,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 - name: Poetry Install run: poetry install - name: Run pytest @@ -93,7 +93,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 - name: Poetry Install run: poetry install - name: Finished @@ -115,7 +115,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 - name: Poetry Install run: poetry install - name: Poetry publish