From 8dfdaff1722a35d071294ae36ff4be06d49b875a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:39:07 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v3.0.1 --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 1ded037..65f0eca 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -46,7 +46,7 @@ jobs: python-version: "3.11" - name: Setup Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 - run: poetry install - run: poetry run pytest -m "not slow" -r fsx