Skip to content

Commit

Permalink
feat(deps): update default poetry version to 1.1.2 (#35)
Browse files Browse the repository at this point in the history
Thank you for the contribution!
  • Loading branch information
browniebroke committed Oct 13, 2020
1 parent 1f9adef commit 8284d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 8284d20

Please sign in to comment.