mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 05:18:22 +00:00
Merge pull request #104 from sartography/dependabot/github_actions/actions/cache-3.0.9
Bump actions/cache from 3.0.7 to 3.0.9
This commit is contained in:
commit
1b68a9788e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
print("::set-output name=result::{}".format(result))
|
||||
|
||||
- name: Restore pre-commit cache
|
||||
uses: actions/cache@v3.0.7
|
||||
uses: actions/cache@v3.0.9
|
||||
if: matrix.session == 'pre-commit'
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
|
Loading…
x
Reference in New Issue
Block a user