diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4017018..648a2e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v3.0.0 + - uses: abatilo/actions-poetry@v4.0.0 - name: Install project run: make install - name: Run linter @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v3.0.0 + - uses: abatilo/actions-poetry@v4.0.0 - name: Install project run: make install - name: Run tests @@ -68,7 +68,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v3.0.0 + - uses: abatilo/actions-poetry@v4.0.0 - name: Install project run: make install - name: Run tests