diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888787b..1c601ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.1.6 - name: Install dependencies with Poetry run: | poetry install