From 66202625aa756cd6f5bbe8f6feedc8cd3ebc65ef Mon Sep 17 00:00:00 2001 From: Zachary Charlop-Powers Date: Sun, 10 Dec 2023 15:29:30 -0500 Subject: [PATCH] bump poetry --- .github/workflows/flake8.yaml | 2 +- .github/workflows/poetry-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index 0493b50..dceaa6e 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -12,7 +12,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.3 + - uses: abatilo/actions-poetry@v2.3.0 - name: install dependencies run: | diff --git a/.github/workflows/poetry-tests.yml b/.github/workflows/poetry-tests.yml index 24d8908..e4488ef 100644 --- a/.github/workflows/poetry-tests.yml +++ b/.github/workflows/poetry-tests.yml @@ -32,7 +32,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.3 + - uses: abatilo/actions-poetry@v2.3.0 - name: install dependencies run: |