mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1706 from openmv/dependabot/github_actions/actions/cache-3.0.8
build(deps): bump actions/cache from 3.0.6 to 3.0.8
This commit is contained in:
commit
fff5fe52bc
2
.github/workflows/firmware.yml
vendored
2
.github/workflows/firmware.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
run: source tools/ci.sh && ci_update_submodules
|
||||
|
||||
- name: '♻ Caching dependencies'
|
||||
uses: actions/cache@v3.0.6
|
||||
uses: actions/cache@v3.0.8
|
||||
id: cache
|
||||
with:
|
||||
path: ~/cache/gcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user