mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2185 from openmv/dependabot/github_actions/actions/cache-4.0.2
build(deps): bump actions/cache from 4.0.1 to 4.0.2
This commit is contained in:
commit
6858a77ce1
2
.github/workflows/codeformat.yml
vendored
2
.github/workflows/codeformat.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: '♻ Caching dependencies'
|
||||
uses: actions/cache@v4.0.1
|
||||
uses: actions/cache@v4.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: ~/cache/deps/bin
|
||||
|
||||
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@v4.0.1
|
||||
uses: actions/cache@v4.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: ~/cache/gcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user