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: