From 8284d202bc272a8d0597e26e1c0b4a0d0c73db93 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 13 Oct 2020 16:07:19 +0100 Subject: [PATCH] feat(deps): update default poetry version to 1.1.2 (#35) Thank you for the contribution! --- .github/workflows/ci.yml | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22e3fe..78a0ad7 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] - poetry-version: [1.0, 1.0.10] + poetry-version: [1.0, 1.1.2] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index f9d0861..f8e5a5a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: python-version: [3.6, 3.7, 3.8] - poetry-version: [1.0, 1.0.10] + poetry-version: [1.0, 1.1.2] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index 69e530d..296c69e 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.0" + default: "1.1.2" runs: using: "composite" steps: