mirror of
https://github.com/micropython/micropython.git
synced 2026-01-01 17:50:12 +01:00
Compare commits
1 Commits
v1.27.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b141d95c3 |
2
.github/workflows/ports_esp32.yml
vendored
2
.github/workflows/ports_esp32.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Cached ESP-IDF install
|
||||
id: cache_esp_idf
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
./esp-idf/
|
||||
|
||||
2
.github/workflows/ports_zephyr.yml
vendored
2
.github/workflows/ports_zephyr.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
run: source tools/ci.sh && echo "ZEPHYR=$ZEPHYR_VERSION" | tee "$GITHUB_OUTPUT"
|
||||
- name: Cached Zephyr Workspace
|
||||
id: cache_workspace
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
# note that the Zephyr CI docker image is 15GB. At time of writing
|
||||
# GitHub caches are limited to 10GB total for a project. So we only
|
||||
|
||||
Reference in New Issue
Block a user