Skip to content

Commit

Permalink
Merge pull request deadsnakes#20 from pradyunsg/patch-1
Browse files Browse the repository at this point in the history
Update example to newer actions/* versions
  • Loading branch information
asottile authored May 8, 2020
2 parents 80db042 + 0ed4335 commit cbf0c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- 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
Expand Down

0 comments on commit cbf0c67

Please sign in to comment.