From 9b268fb699242ed0e1869c25487ed0e484133f81 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 20 Nov 2022 15:11:55 +0000 Subject: [PATCH] feat: update default Poetry version to 1.2.2 --- .github/workflows/ci.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ec9a1a..a8b8337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] - poetry-version: [1.0, 1.1.15] + poetry-version: [1.0, 1.1.15, 1.2.2] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index fd66613..4d95612 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: poetry-version: description: "The version of poetry to install" required: true - default: "1.1.15" + default: "1.2.2" runs: using: "composite" steps: