From 0e9948e93422ac288d874e24481d9d4f3c19fafe Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Wed, 7 Sep 2022 22:01:01 +0900 Subject: [PATCH] Use major version for version expression in the example in README (#52) This is a follow-up to #51. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541c042..2e65a86 100644 --- a/README.md +++ b/README.md @@ -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