From d84807f5687090e6b758d03a8c4cddac0301337e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:32:01 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 9ad3223c..2c362fe8 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -81,7 +81,7 @@ jobs: python-version: 3.12 - name: Cache uv modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/uv @@ -165,7 +165,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: AVD cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: avd-cache with: path: | @@ -190,7 +190,7 @@ jobs: python-version: 3.12 - name: Cache uv modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/uv @@ -306,7 +306,7 @@ jobs: log_file: appium-${{ matrix.e2e-tests }}.log - name: Cache uv modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/uv diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 38334eab..8b337a0f 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@v4 + uses: actions/cache@v5 with: path: | ~/.cache/uv