From 6c8b9b82fe0b4344f4b98f2775fcc395df45e494 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 25 Nov 2023 12:48:18 -0500 Subject: [PATCH] v3.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70eba74..14e4187 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.1 + - uses: deadsnakes/action@v3.1.0 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}