File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ jobs:
462462 - run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
463463 - name : CircuitPython version
464464 run : git describe --dirty --tags
465- - uses : actions/cache@v1
465+ - uses : actions/cache@v2
466466 name : Fetch IDF tool cache
467467 id : idf-cache
468468 with :
Original file line number Diff line number Diff line change 2121 run : git submodule update --init extmod/ulab
2222 - name : set PY
2323 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
2525 with :
2626 path : ~/.cache/pre-commit
2727 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments