diff --git a/.github/workflows/publish_dry_run.yml b/.github/workflows/publish_dry_run.yml index 8330216..de2e477 100644 --- a/.github/workflows/publish_dry_run.yml +++ b/.github/workflows/publish_dry_run.yml @@ -26,7 +26,7 @@ jobs: outputs: BASE_VERSION: ${{ steps.load_base_version.outputs.BASE_VERSION }} steps: - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version" @@ -52,7 +52,7 @@ jobs: needs: get_base_version runs-on: ubuntu-latest steps: - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afc940c..3c8b627 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache Pub hosted dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test" @@ -85,7 +85,7 @@ jobs: - platform: vm steps: - name: Cache Pub hosted dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:${{ needs.minimum_dart_meta.outputs.min_dart }};packages:qs_dart;commands:codegen-test" @@ -125,7 +125,7 @@ jobs: - platform: vm steps: - name: Cache Pub hosted dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test" @@ -201,7 +201,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache Pub hosted dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"