From f982f3200f413c3a4d6b8f7219f74b772d77c14d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 13 Sep 2021 17:41:40 +0100 Subject: [PATCH] fix(deps): update default poetry version to 1.1.8 (#44) --- .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 8982382..5cf0a8f 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.6] + poetry-version: [1.0, 1.1.8] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 5a58a2d..0b59021 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.6] + poetry-version: [1.0, 1.1.8] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index 3b1f3fd..7db1669 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.6" + default: "1.1.8" runs: using: "composite" steps: