mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2859 from openmv/dependabot/github_actions/actions/cache-4.3.0
build(deps): bump actions/cache from 4.2.0 to 4.3.0
This commit is contained in:
commit
fa625ad6cb
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
run: source tools/ci.sh && ci_update_submodules
|
run: source tools/ci.sh && ci_update_submodules
|
||||||
|
|
||||||
- name: '♻ Caching dependencies'
|
- name: '♻ Caching dependencies'
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.3.0
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@ -125,7 +125,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: '♻ Caching dependencies'
|
- name: '♻ Caching dependencies'
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.3.0
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user