From 4a153a23aa3f9122478097111faf5cb13fa5002a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:40:15 +0000 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.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.0.1...v4.0.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 4e02a12d..825f3a7a 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -106,7 +106,7 @@ jobs: sudo apt -y install --no-install-recommends socat xauth - name: Cache Briefcase Tools - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.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 015560b0..338ccd80 100644 --- a/.github/workflows/pre-commit-run.yml +++ b/.github/workflows/pre-commit-run.yml @@ -51,7 +51,7 @@ jobs: .pre-commit-config.yaml - name: Cache pre-commit - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}