From e3117c2981fd8afe4af79f3e1be80066c82b70f5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 4 Dec 2022 16:55:29 -0500 Subject: [PATCH] v3.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4bedbb..5df992e 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.1 + - uses: deadsnakes/action@v3.0.0 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}