From e3130b5b9adb58b31a35235aa98eeae27e532d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:07:44 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 3dcb5ed..dedae5e 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -102,7 +102,7 @@ jobs: sudo apt -y install --no-install-recommends socat xauth - name: Cache Briefcase Tools - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 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 99d27b2..e949bf5 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@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}