From 873343f6df41dafc073dbe41bf462576337b07d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:50:20 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/mago.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mago.yml b/.github/workflows/mago.yml index 395799c33..2bfa990df 100644 --- a/.github/workflows/mago.yml +++ b/.github/workflows/mago.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Cache Mago - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .mago key: ${{ runner.os }}-mago-${{ hashFiles('mago.toml') }}