From 22cf137f64f4a2f53399fd7c1880a641bc473ca0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 2 Jun 2023 19:53:33 -0400 Subject: [PATCH] v3.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df992e..5018131 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@v3.0.0 + - uses: deadsnakes/action@v3.0.1 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}