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: