Skip to content

Commit 9fbfe85

Browse files
committed
invalidates actions caches
1 parent 3f323bd commit 9fbfe85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v4
3333
with:
3434
path: lib/esp-idf
35-
key: ${{ runner.os }}-v2-deps
35+
key: ${{ runner.os }}-v3-deps
3636

3737
- name: Get Build Deps
3838
if: steps.cache-deps.outputs.cache-hit != 'true'

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/cache@v4
3737
with:
3838
path: lib/esp-idf
39-
key: ${{ runner.os }}-v2-deps
39+
key: ${{ runner.os }}-v3-deps
4040

4141
- name: Get Build Deps
4242
if: steps.cache-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)