From 829ce7a8518f1695d5bc76683fa2592943e8aa97 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 1 Jan 2025 23:02:48 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5072832..2cd49f5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: python-version: "${{ vars.PYTHON_VERSION }}" - name: Setup Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 # run: curl -sSL https://install.python-poetry.org | python3 - - name: Update PATH -- 2.45.2