aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 19:06:41 +0000
committerDamien George <damien@micropython.org>2024-01-22 11:37:37 +1100
commitf93ffc2875c57ce3b8a608ebf5ae9050aa62f069 (patch)
treed74761f88a9f8cd5f957e0567babfc022a2aad23
parent4fd7e456f0b850566f6e99ad1785a15e2a117636 (diff)
github/workflows: Bump actions/cache from 3 to 4.dependabot/github_actions/actions/cache-4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_esp32.yml b/.github/workflows/ports_esp32.yml
index 6872b9d12..45808b659 100644
--- a/.github/workflows/ports_esp32.yml
+++ b/.github/workflows/ports_esp32.yml
@@ -35,7 +35,7 @@ jobs:
- name: Cached ESP-IDF install
id: cache_esp_idf
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: |
./esp-idf/