aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2021-02-01 11:11:49 -0500
committerLucian Copeland <hierophect@gmail.com>2021-02-01 11:43:01 -0500
commit66639b237fa4428037cbed0bb87fdb4061127c91 (patch)
tree6d530a1c4974d326ba1e7dd80b675854fd5bfe57 /.github/workflows/pre-commit.yml
parent8277ffca861754b4df526c62126337c195cc0fee (diff)
parent0c0b517112100c1ec90ed66fba8bc315bc5440d0 (diff)
Merge remote-tracking branch 'upstream/main' into sslsocket
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index af62072c8..76bfd7786 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -21,7 +21,7 @@ jobs:
run: git submodule update --init extmod/ulab
- name: set PY
run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}