File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ jobs:
462
462
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
463
463
- name : CircuitPython version
464
464
run : git describe --dirty --tags
465
- - uses : actions/cache@v1
465
+ - uses : actions/cache@v2
466
466
name : Fetch IDF tool cache
467
467
id : idf-cache
468
468
with :
Original file line number Diff line number Diff line change 21
21
run : git submodule update --init extmod/ulab
22
22
- name : set PY
23
23
run : echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
24
- - uses : actions/cache@v1
24
+ - uses : actions/cache@v2
25
25
with :
26
26
path : ~/.cache/pre-commit
27
27
key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments