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:
Ibrahim Abdelkader 2024-03-22 09:35:26 +02:00 committed by GitHub
commit 6858a77ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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