From 3a9b64ce88038233390e828d467859e0844b5a5c Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 20 Apr 2021 20:57:19 +0100 Subject: [PATCH] fix(deps): update default poetry version to 1.1.6 (#42) --- .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 78a0ad7..8982382 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.1.2] + poetry-version: [1.0, 1.1.6] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index f8e5a5a..5a58a2d 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.1.2] + poetry-version: [1.0, 1.1.6] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index 296c69e..3b1f3fd 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.2" + default: "1.1.6" runs: using: "composite" steps: