From 41db7e700f53bd29b2e5cb637f9076a1fa40c450 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:15:57 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 01ee35b..bc05542 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup asdf uses: asdf-vm/actions/setup@v4 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf/installs @@ -35,7 +35,7 @@ jobs: run: asdf reshim - name: Cache flutter dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/ @@ -60,7 +60,7 @@ jobs: - name: Setup asdf uses: asdf-vm/actions/setup@v4 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf/installs @@ -80,7 +80,7 @@ jobs: sudo apt update sudo apt install webp - name: Cache flutter dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/