From 75325844457d85feaf4ddd9332a6295a4d724aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:05:00 -0300 Subject: [PATCH] chore: bump actions/cache from 3 to 4 (#38) --- .github/workflows/flutter-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 6d3eee0..733ccb7 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -20,12 +20,12 @@ jobs: channel: 'stable' cache: true - name: Cache FVM & Flutter - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/fvm/versions/ key: ${{ runner.os }}-${{ hashFiles('**/fvm_config.json') }} - name: Cache pub cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/.pub-cache/ key: ${{ runner.os }}-pub-cache