From 838cff88afe97630d04d32b45d6a8448ec4d5f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:22:19 +0000 Subject: [PATCH] chore(deps): 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/run-api-analytics-tests-clickhouse.yml | 2 +- .github/workflows/run-api-analytics-tests-doris.yml | 2 +- .github/workflows/run-api-analytics-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-api-analytics-tests-clickhouse.yml b/.github/workflows/run-api-analytics-tests-clickhouse.yml index e9953a29750c..ba349dc02201 100644 --- a/.github/workflows/run-api-analytics-tests-clickhouse.yml +++ b/.github/workflows/run-api-analytics-tests-clickhouse.yml @@ -68,7 +68,7 @@ jobs: -Djib.to.image=$CORE_IMAGE_NAME - name: Get Sierra Leone DB from cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-sierra-leone-db with: path: ${{ env.SIERRA_LEONE_DB_PATH }} diff --git a/.github/workflows/run-api-analytics-tests-doris.yml b/.github/workflows/run-api-analytics-tests-doris.yml index f03746c413d8..6396f657625e 100644 --- a/.github/workflows/run-api-analytics-tests-doris.yml +++ b/.github/workflows/run-api-analytics-tests-doris.yml @@ -70,7 +70,7 @@ jobs: -Djib.to.image=$CORE_IMAGE_NAME - name: Get Sierra Leone DB from cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-sierra-leone-db with: path: ${{ env.SIERRA_LEONE_DB_PATH }} diff --git a/.github/workflows/run-api-analytics-tests.yml b/.github/workflows/run-api-analytics-tests.yml index 27d2f5db74da..d548d6be2e6d 100644 --- a/.github/workflows/run-api-analytics-tests.yml +++ b/.github/workflows/run-api-analytics-tests.yml @@ -66,7 +66,7 @@ jobs: -Djib.to.image=$CORE_IMAGE_NAME - name: Get Sierra Leone DB from cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-sierra-leone-db with: path: ${{ env.SIERRA_LEONE_DB_PATH }}