diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-12 19:05:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 19:05:36 +0000 |
| commit | 6b141d95c3cdd51272ea8c42cd68301b80418dca (patch) | |
| tree | 979fc2bbe72a2c95b8c541774a200877b57d5086 | |
| parent | 78ff170de9e32c79db6e64d3e33d2bd60002bdcd (diff) | |
build(deps): bump actions/cache from 4 to 5origin/dependabot/github_actions/actions/cache-5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ports_esp32.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ports_zephyr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ports_esp32.yml b/.github/workflows/ports_esp32.yml index 6b3700ed5..95572eedf 100644 --- a/.github/workflows/ports_esp32.yml +++ b/.github/workflows/ports_esp32.yml @@ -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/ diff --git a/.github/workflows/ports_zephyr.yml b/.github/workflows/ports_zephyr.yml index 812f4cbf4..571a443e9 100644 --- a/.github/workflows/ports_zephyr.yml +++ b/.github/workflows/ports_zephyr.yml @@ -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 |
