From 57029e0d4d5cf3a6c1fa2ae7a120e1eac307f099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:32:55 +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 22ed1b3..1f20820 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/ key: ${{ runner.os }}-flutter-${{ hashFiles('example/pubspec.lock') }} @@ -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/ key: ${{ runner.os }}-flutter-${{ hashFiles('example/pubspec.lock') }}