diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdac92d..9ea07e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.3.2 @@ -95,7 +95,7 @@ jobs: run: make rename_project - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup a local virtual environment (if no poetry.toml file) run: | poetry config virtualenvs.create true --local