From fa11d0be9132d3220a37774824ce9b20c8de0374 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 12 May 2020 07:50:38 -0700 Subject: [PATCH] Revert "Update example to newer actions/* versions" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea555e6..92bbe9b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 - name: set PY run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" - uses: actions/cache@v1