File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 - if : steps.init.outputs.save-cache == 'true'
2323 name : Cache Conan packages
24- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
24+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2525 with :
2626 key : ${{ inputs.conan-cache-key-prefix }}-${{ hashFiles('solvers/cpp/conan.lock') }}-${{ steps.init.outputs.packages-hash }}
2727 path : ${{ steps.init.outputs.conan-cache-path }}
Original file line number Diff line number Diff line change 2020
2121 - id : cache-conan-packages
2222 name : Restore Conan packages cache
23- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
23+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2424 with :
2525 # Use an intentionally non-matching suffix so that restores only use the prefixes below.
2626 # The full key is only used when saving a new cache entry.
Original file line number Diff line number Diff line change 2626
2727 - id : cache-restore
2828 name : Restore cached hardened llvm libc++
29- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
29+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
3030 with :
3131 key : llvm-libc++-hardened-${{ steps.init.outputs.llvmVersion }}-homebrew-llvm@${{ inputs.llvm-major-version }}-${{ hashFiles('.github/actions/hardened-libc++/build.sh') }}
3232 path : ${{ steps.init.outputs.installDir }}
5656
5757 - if : steps.cache-restore.outputs.cache-hit != 'true'
5858 name : Save hardened llvm libc++ cache
59- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
59+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
6060 with :
6161 key : ${{ steps.cache-restore.outputs.cache-primary-key }}
6262 path : ${{ steps.init.outputs.installDir }}
Original file line number Diff line number Diff line change 4141
4242 - id : cache-restore
4343 name : Mise cache restore
44- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
44+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
4545 with :
4646 key : ${{ steps.init.outputs.cache-key-for-restore }}
4747 path : ${{ steps.init.outputs.cache-path }}
6363
6464 - if : steps.install.outputs.save-cache == 'true'
6565 name : Save cache
66- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
66+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
6767 with :
6868 key : ${{ steps.init.outputs.cache-key-prefix }}-${{ steps.install.outputs.downloads-hash }}
6969 path : ${{ steps.init.outputs.cache-path }}
Original file line number Diff line number Diff line change 2828 - id : check-cache-match
2929 if : inputs.cache-mode == 'prepare'
3030 name : Mise cache check for exact match
31- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
31+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
3232 with :
3333 key : mise-${{ runner.os }}-${{ steps.init.outputs.mise-version }}-${{ hashFiles('mise.toml') }}-${{ hashFiles('aoc-main/mise.toml') }}-${{ hashFiles('solvers/*/mise.toml') }}
3434 lookup-only : true
5353 - id : cache-restore
5454 if : steps.cache-check.outputs.match != 'true'
5555 name : Mise cache restore
56- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
56+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
5757 with :
5858 key : mise-${{ runner.os }}-${{ steps.init.outputs.mise-version }}-${{ hashFiles('mise.toml') }}-${{ hashFiles('aoc-main/mise.toml') }}-${{ hashFiles('solvers/*/mise.toml') }}
5959 path : ${{ steps.init.outputs.cache-paths }}
9393
9494 - if : inputs.cache-mode == 'prepare' && steps.cache-check.outputs.match != 'true' && steps.cache-restore.outputs.cache-hit != 'true'
9595 name : Save cache
96- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
96+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
9797 with :
9898 key : ${{ steps.cache-restore.outputs.cache-primary-key }}
9999 path : ${{ steps.init.outputs.cache-paths }}
Original file line number Diff line number Diff line change 2323
2424 - name : uv cache restore
2525 id : cache-restore
26- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
26+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2727 with :
2828 key : ${{ steps.init.outputs.cache-key }}
2929 path : ${{ steps.init.outputs.cache-paths }}
6161
6262 - name : Save cache
6363 if : inputs.cache-mode == 'prepare' && steps.cache-restore.outputs.cache-hit != 'true'
64- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
64+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
6565 with :
6666 key : ${{ steps.cache-restore.outputs.cache-primary-key }}
6767 path : ${{ steps.init.outputs.cache-paths }}
You can’t perform that action at this time.
0 commit comments