From 4e2a7a5f222d5e21739b316736cc08d9b1f1fc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:18:52 +0000 Subject: [PATCH] Update actions/cache digest to 8b402f5 (#2800) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_linux.yaml | 2 +- .github/workflows/build_macos.yaml | 2 +- .github/workflows/build_windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index fdad670cda..c50e7f2795 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -116,7 +116,7 @@ jobs: - name: Cache .hak id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: key: ${{ runner.os }}-${{ github.ref_name }}-${{ inputs.sqlcipher }}-${{ inputs.arch }}-${{ hashFiles('hakHash', 'electronVersion', 'dockerbuild/*') }} path: | diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index 246fcce2c9..d979336eb8 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -90,7 +90,7 @@ jobs: - name: Cache .hak id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: key: ${{ runner.os }}-${{ hashFiles('hakHash', 'electronVersion') }} path: | diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 7f548ec6e1..fb013e5ff8 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -119,7 +119,7 @@ jobs: - name: Cache .hak id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: key: ${{ runner.os }}-${{ inputs.arch }}-${{ hashFiles('hakHash', 'electronVersion') }} path: |