From d0e72de8496d08ce762b06f7295115373bd6532b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:52:43 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_dry_run.yml | 4 ++-- .github/workflows/test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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"