diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbecaa1..02c5d73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.LOCALAPPDATA }}\Pub\Cache @@ -38,7 +38,7 @@ jobs: run: flutter pub get - name: Cache generated files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee1eb0..4ad8914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.LOCALAPPDATA }}\Pub\Cache @@ -40,7 +40,7 @@ jobs: run: flutter pub get - name: Cache generated files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/build