From d36e61ef0b307a04bfc75adefe3d9af102f0a80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:35:09 +0000 Subject: [PATCH] ci: 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/nightly-apk.yml | 2 +- .github/workflows/phone-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-apk.yml b/.github/workflows/nightly-apk.yml index e59ba39..da8b0a1 100644 --- a/.github/workflows/nightly-apk.yml +++ b/.github/workflows/nightly-apk.yml @@ -116,7 +116,7 @@ jobs: - name: Cache nightly keystore id: cache-keystore if: env.CI_KEYSTORE_SECRET_SET == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: pixelplayeross-nightly-ci.jks key: ${{ runner.os }}-nightly-keystore-pixelplayeross diff --git a/.github/workflows/phone-release.yml b/.github/workflows/phone-release.yml index cc2bd3a..25093b3 100644 --- a/.github/workflows/phone-release.yml +++ b/.github/workflows/phone-release.yml @@ -49,7 +49,7 @@ jobs: - name: Cache keystore id: cache-keystore if: env.CI_KEYSTORE_SECRET_SET == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: pixelplayeross-ci.jks key: ${{ runner.os }}-keystore-pixelplayeross