From 7044c9c69e0265717d52471f66033b8d0e2a69ff Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 18 Oct 2021 20:48:01 +0100 Subject: [PATCH] fix(deps): update default poetry version to 1.1.11 (#45) --- .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 5cf0a8f..30f8e2b 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.8] + poetry-version: [1.0, 1.1.11] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 0b59021..406e815 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.8] + poetry-version: [1.0, 1.1.11] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index 7db1669..94913bc 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.8" + default: "1.1.11" runs: using: "composite" steps: