mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
build(deps): bump actions/cache from 4.2.0 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9b65da9cb7
commit
6947e44776
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
|
||||
|
||||
- name: '♻ Caching dependencies'
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.3.0
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
submodules: false
|
||||
|
||||
- name: '♻ Caching dependencies'
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.3.0
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user