From 2accdf59c2be42abaac5f7995ee5bf34069b34ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 11:02:19 +0000 Subject: [PATCH] ci(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/functional-test.yml | 8 ++++---- .github/workflows/unit-test.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 45c8a214..f97afc9a 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -81,7 +81,7 @@ jobs: python-version: 3.14 - name: Cache uv modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/uv @@ -165,7 +165,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: AVD cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: avd-cache with: path: | @@ -190,7 +190,7 @@ jobs: python-version: 3.14 - name: Cache uv modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/uv @@ -306,7 +306,7 @@ jobs: log_file: appium-${{ matrix.e2e-tests }}.log - name: Cache uv modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/uv diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 39d1449c..0f473527 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache uv modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/uv