File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 runs-on : ${{ inputs.runner || 'ubuntu-latest' }}
6969 steps :
7070 - name : Cache Object Files
71- uses : actions/cache@v4
71+ uses : actions/cache@v5
7272 with :
7373 path : ccache
7474 key : ${{ matrix.config_set }}-${{ github.sha }}
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : ${{ inputs.runner || 'ubuntu-latest' }}
113113 steps :
114114 - name : Cache Object Files
115- uses : actions/cache@v4
115+ uses : actions/cache@v5
116116 with :
117117 path : ccache
118118 key : ${{ matrix.config_set }}-${{ github.sha }}
@@ -153,7 +153,7 @@ jobs:
153153 runs-on : ${{ inputs.runner || 'ubuntu-latest' }}
154154 steps :
155155 - name : Cache Object Files
156- uses : actions/cache@v4
156+ uses : actions/cache@v5
157157 with :
158158 path : ccache
159159 key : ${{ matrix.config_set }}-${{ github.sha }}
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Cache Object Files
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ccache
3535 key : ${{ matrix.os_bin }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments