From 0bffc3086b0f404c2367e74f7a5cefab8eebd04e Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Thu, 19 Dec 2024 02:03:01 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3.0.1 --- .github/workflows/publish_on_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_on_release.yml b/.github/workflows/publish_on_release.yml index 70bfd91..ca9ec1a 100644 --- a/.github/workflows/publish_on_release.yml +++ b/.github/workflows/publish_on_release.yml @@ -13,7 +13,7 @@ jobs: with: python-version: '3.11.3' - name: Install poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 - name: Install project dependencies run: | python3 -m pip install --upgrade pip