Skip to content

Commit b0874df

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 658444d commit b0874df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
pre-commit:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v1
26-
- uses: actions/setup-python@v1
25+
- uses: actions/checkout@v2
26+
- uses: actions/setup-python@v2
2727
- name: set PY
2828
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
2929
- uses: actions/cache@v1

0 commit comments

Comments
 (0)