From 4aba2d6e1825f92fe951fc13a3bade7d9ac9688e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:09:37 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/firmwarebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index dafab7e..9eb1b3c 100644 --- a/.github/workflows/firmwarebuild.yml +++ b/.github/workflows/firmwarebuild.yml @@ -55,7 +55,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v5 - name: cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache with: