Merge remote-tracking branch 'origin/main' into feature/permissions3
This commit is contained in:
commit
aaeaac879a
|
@ -122,7 +122,7 @@ jobs:
|
||||||
print("::set-output name=result::{}".format(result))
|
print("::set-output name=result::{}".format(result))
|
||||||
|
|
||||||
- name: Restore pre-commit cache
|
- name: Restore pre-commit cache
|
||||||
uses: actions/cache@v3.0.10
|
uses: actions/cache@v3.0.11
|
||||||
if: matrix.session == 'pre-commit'
|
if: matrix.session == 'pre-commit'
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pre-commit
|
path: ~/.cache/pre-commit
|
||||||
|
|
Loading…
Reference in New Issue