Merge pull request #1 from Cian-H/dependabot/github_actions/abatilo/actions-poetry-4

ci: bump abatilo/actions-poetry from 2 to 4
This commit is contained in:
2025-05-28 10:05:04 +01:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ jobs:
run: | run: |
apt-get update && apt-get install sudo -y cargo apt-get update && apt-get install sudo -y cargo
- name: Run poetry image - name: Run poetry image
uses: abatilo/actions-poetry@v2 uses: abatilo/actions-poetry@v4
with: with:
poetry-version: ${{ matrix.poetry-version }} poetry-version: ${{ matrix.poetry-version }}
- name: Install python dependencies - name: Install python dependencies