From 7ab8819e223c70d2bdedd692dfcea75824e0a617 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 13 Jan 2021 15:59:04 -0800 Subject: [PATCH] v2.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e85f44c..3eb7a34 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: if: "!endsWith(matrix.python-version, '-dev')" with: python-version: ${{ matrix.python-version }} - - uses: deadsnakes/action@v2.1.0 + - uses: deadsnakes/action@v2.1.1 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}