From a57c960d0d9650b488477f1fc49896695437444a Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Fri, 17 Jan 2025 13:23:10 +0100 Subject: [PATCH] github.workflows.test - use abatilo/actions-poetry@v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5925776..fb84f03d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ env.PYTHON_VERSION }} - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ env.POETRY_VERSION }} - run: poetry install @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ env.PYTHON_VERSION }} - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ env.POETRY_VERSION }} - uses: actions/setup-go@v4