diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 4278abfcb6..fdad670cda 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 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 87a53f6968..8bf9a9c072 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -86,7 +86,7 @@ jobs: - name: Cache .hak id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: key: ${{ runner.os }}-${{ hashFiles('hakHash', 'electronVersion') }} path: | diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index a4feea4bb7..7f548ec6e1 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: key: ${{ runner.os }}-${{ inputs.arch }}-${{ hashFiles('hakHash', 'electronVersion') }} path: |