Skip to content

Commit

Permalink
fix(deps): update default poetry version to 1.1.8 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Sep 13, 2021
1 parent a7ae9e2 commit f982f32
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.1.6]
poetry-version: [1.0, 1.1.8]
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.1.6]
poetry-version: [1.0, 1.1.8]
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.6"
default: "1.1.8"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit f982f32

Please sign in to comment.