From ebe47babe6cd616a692c0f6506c2839efba63a2c Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Fri, 2 Sep 2022 20:08:47 +0900 Subject: [PATCH] Use major version for version expression in the example in README 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