From 8195a89c2d60a7b1fdc23688b547589584d0d2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:24:35 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [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.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app-build-verify.yml | 2 +- .github/workflows/pre-commit-run.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index 2ae18f92..33fdda37 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -123,7 +123,7 @@ jobs: sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-version }}.app - name: Cache Briefcase Tools - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: key: briefcase-data|${{ steps.config.outputs.cache-key }} path: ${{ steps.config.outputs.briefcase-data-dir }} diff --git a/.github/workflows/pre-commit-run.yml b/.github/workflows/pre-commit-run.yml index 10cdaead..9fb99758 100644 --- a/.github/workflows/pre-commit-run.yml +++ b/.github/workflows/pre-commit-run.yml @@ -52,7 +52,7 @@ jobs: .pre-commit-config.yaml - name: Cache pre-commit - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}