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') }}