We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d82a3 commit 7622618Copy full SHA for 7622618
.github/workflows/main.yml
@@ -166,7 +166,7 @@ jobs:
166
- uses: actions/setup-python@v2
167
- name: set PY
168
run: echo "name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
169
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
170
with:
171
path: ~/.cache/pre-commit
172
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments