From 7c59195dee4e3989cebf6d262fd1f3c04aadd1c8 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Mon, 13 May 2024 10:52:31 -0600 Subject: [PATCH] change pre-commit version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630ee251..6c699315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: python-version: "3.8" - name: Install poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3 @@ -120,7 +120,7 @@ jobs: python-version: "3.8" - name: Install poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3 @@ -188,7 +188,7 @@ jobs: python-version: "3.8" - name: Install poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3