mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
build(deps): bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [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/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3734fc711e
commit
cbdcae26c6
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.1
|
||||
uses: actions/cache@v3.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: ~/cache/gcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user