From a14d0e37246410f5f28a5a728bb28f2258bb93f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:06:49 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/nightly.yml | 2 +- .github/workflows/stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d8d08f4..2c6f573 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,7 +42,7 @@ jobs: run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh - name: Restore ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.CCACHE_DIR }} key: ${{ matrix.runs-on }}-ccache-${{ matrix.optimized }}-${{ github.sha }} diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index dfc7c5e..0f06e6a 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -42,7 +42,7 @@ jobs: run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh - name: Restore ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.CCACHE_DIR }} key: ${{ matrix.runs-on }}-ccache-stable-${{ matrix.optimized }}-${{ github.sha }}