From 8ea3e0c62f47decb3bb99f8e498a42f83f39abcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:02:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/buildroot-e2e.yml | 2 +- .github/workflows/devices.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildroot-e2e.yml b/.github/workflows/buildroot-e2e.yml index 17712fa15..e1391f5a3 100644 --- a/.github/workflows/buildroot-e2e.yml +++ b/.github/workflows/buildroot-e2e.yml @@ -21,7 +21,7 @@ jobs: git submodule update --init --recursive - name: Cache build cache and downloads - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-buildroot with: diff --git a/.github/workflows/devices.yml b/.github/workflows/devices.yml index 8de53f46f..e8ade67d1 100644 --- a/.github/workflows/devices.yml +++ b/.github/workflows/devices.yml @@ -35,7 +35,7 @@ jobs: git submodule update --init --recursive - name: Cache build cache and downloads - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-buildroot with: