diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index aa071fdd1..6968fde79 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -103,7 +103,7 @@ jobs: - name: Setup ccache id: ccache-restore - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-cpack-${{ github.sha }} restore-keys: | @@ -139,7 +139,7 @@ jobs: # - name: Save ccache if: always() && steps.ccache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ steps.ccache-restore.outputs.cache-primary-key }} path: ${{ env.CCACHE_DIR }} @@ -224,7 +224,7 @@ jobs: - name: Setup ccache id: ccache-restore - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-wheel-${{ github.sha }} restore-keys: | @@ -258,7 +258,7 @@ jobs: # - name: Save ccache if: always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push' - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ steps.ccache-restore.outputs.cache-primary-key }} path: ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d3791c1c8..9678da11d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -132,7 +132,7 @@ jobs: - name: Setup ccache id: ccache-restore - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-cpack-${{ github.sha }} restore-keys: | @@ -184,7 +184,7 @@ jobs: - name: Save ccache if: always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push' - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ steps.ccache-restore.outputs.cache-primary-key }} path: ${{ env.CCACHE_DIR }} @@ -280,7 +280,7 @@ jobs: - name: Setup ccache id: ccache-restore - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-wheel-${{ github.sha }} restore-keys: | @@ -319,7 +319,7 @@ jobs: - name: Save ccache if: always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push' - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ steps.ccache-restore.outputs.cache-primary-key }} path: ${{ env.CCACHE_DIR }}