Merge pull request #136 from sartography/dependabot/github_actions/actions/cache-3.0.11
Bump actions/cache from 3.0.10 to 3.0.11
This commit is contained in:
commit
59e6ee2c8b
|
@ -122,7 +122,7 @@ jobs:
|
|||
print("::set-output name=result::{}".format(result))
|
||||
|
||||
- name: Restore pre-commit cache
|
||||
uses: actions/cache@v3.0.10
|
||||
uses: actions/cache@v3.0.11
|
||||
if: matrix.session == 'pre-commit'
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
|
|
Loading…
Reference in New Issue