Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: actions/checkout@v4
- name: Cache ESP-IDF
id: cache-idf
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/esp-idf
key: esp-idf-v5.3
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@v4
- name: Cache ESP-IDF C3
id: cache-idfc3
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/esp-idf
key: esp-idf-v5.3-c3
Expand Down
Loading