From 733f4b276d61ae68edefbe794970ea86a7f8a26f Mon Sep 17 00:00:00 2001 From: Rui Zhu Date: Thu, 25 Jan 2024 10:41:21 -0500 Subject: [PATCH] use: latest actions-poetry for github workflow --- .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 1a831ca..70bfd91 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@v2.0.0 + uses: abatilo/actions-poetry@v3.0.0 - name: Install project dependencies run: | python3 -m pip install --upgrade pip