From 2dab2a8081ffe504f84bb1cbb1b06717207ec131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:42:36 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff439c..8c14793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Restore APT cache - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: /var/cache/apt key: ${{ runner.os }}-apt