Skip to content

Commit

Permalink
feat: update default Poetry version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 20, 2022
1 parent b64bee1 commit 9b268fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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", "3.9", "3.10"]
poetry-version: [1.0, 1.1.15]
poetry-version: [1.0, 1.1.15, 1.2.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.1.15"
default: "1.2.2"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 9b268fb

Please sign in to comment.