From a4b3da705d6fc010ee06d383806d840f7b0328b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:55:18 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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..a6e3e12 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@v6 with: path: /var/cache/apt key: ${{ runner.os }}-apt