From 3e51a0050e3249e7932b81fe358fbf70cf75bdb7 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 5 Dec 2020 09:55:45 -0800 Subject: [PATCH] v2.0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 777368f..e9fb456 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@v1.0.0 + - uses: deadsnakes/action@v2.0.2 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}