Skip to content

Commit

Permalink
Use major version for version expression in the example in README (#52)
Browse files Browse the repository at this point in the history
This is a follow-up to #51.
  • Loading branch information
noritada committed Sep 7, 2022
1 parent 7f129ac commit 0e9948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: View poetry --help
Expand Down

0 comments on commit 0e9948e

Please sign in to comment.