diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 63eaa3ff43..631cf3408c 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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 bae435642a..dc63d0e13c 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: key: ${{ runner.os }}-${{ hashFiles('hakHash', 'electronVersion') }} path: | diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 0a459d8b95..bf25994455 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: key: ${{ runner.os }}-${{ inputs.arch }}-${{ hashFiles('hakHash', 'electronVersion') }} path: |