diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7018345a..a9d196f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.1.4 + uses: abatilo/actions-poetry@v2.1.5 with: poetry-version: 1.1.13 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3dfdf63c..61f5848c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.1.4 + uses: abatilo/actions-poetry@v2.1.5 with: poetry-version: 1.1.13 @@ -68,7 +68,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.1.4 + uses: abatilo/actions-poetry@v2.1.5 with: poetry-version: ${{ matrix.poetry-version }}