From 89f7cdded21806281f3046a4908ff32152db995e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:04:25 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.5 --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 003484c6..93562b0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -141,7 +141,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -195,7 +195,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -244,7 +244,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -338,7 +338,7 @@ jobs: persist-credentials: false set-safe-directory: true - name: ⚙️ Restore lychee cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .lycheecache key: cache-lychee-${{ github.sha }}