From 4d6e6a8f8dc71582c1695e21de0b8077ec3b8c79 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 26 Aug 2020 19:02:48 -0400 Subject: [PATCH] Update README to use latest setup-python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe68da..6ec97ed 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v2 - uses: pre-commit/action@v2.0.0 ```