Merge pull request #1921 from openmv/dependabot/github_actions/actions/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
This commit is contained in:
Ibrahim Abdelkader 2023-09-27 10:31:29 +03:00 committed by GitHub
commit 21adde965d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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@v3.3.1
uses: actions/cache@v3.3.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@v3.3.1
uses: actions/cache@v3.3.2
id: cache
with:
path: ~/cache/gcc