From 3e60ab4f3d51adf72d5b3f7997506bb8a142d19c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 26 Dec 2020 14:36:32 -0800 Subject: [PATCH] v2.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0591ab3..b658640 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.0.2 + - uses: deadsnakes/action@v2.1.0 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}