File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ jobs:
3535
3636 # CONFIGURING CACHES
3737 - name : Cache CMake dependency source code
38- uses : actions/cache@v5
38+ uses : actions/cache@v6
3939 with :
4040 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4141 path : ${{github.workspace}}/build/_deps/*-src
4242 - name : Cache CMake dependency build
43- uses : actions/cache@v5
43+ uses : actions/cache@v6
4444 with :
4545 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4646 path : |
4747 ${{github.workspace}}/build/_deps/*-build
4848 ${{github.workspace}}/build/_deps/*-subbuild
4949 - name : Cache CCache
50- uses : actions/cache@v5
50+ uses : actions/cache@v6
5151 with :
5252 key : ${{env.ccache_key}}-${{github.sha}}
5353 restore-keys : |
Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ jobs:
3434
3535 # CONFIGURING CACHES
3636 - name : Cache CMake dependency source code
37- uses : actions/cache@v5
37+ uses : actions/cache@v6
3838 with :
3939 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4040 path : ${{github.workspace}}/build/_deps/*-src
4141 - name : Cache CMake dependency build
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4545 path : |
4646 ${{github.workspace}}/build/_deps/*-build
4747 ${{github.workspace}}/build/_deps/*-subbuild
4848 - name : Cache CCache
49- uses : actions/cache@v5
49+ uses : actions/cache@v6
5050 with :
5151 key : ${{env.ccache_key}}-${{github.sha}}
5252 restore-keys : |
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828
2929 # CONFIGURING CACHES
3030 - name : Cache CMake dependency source code
31- uses : actions/cache@v5
31+ uses : actions/cache@v6
3232 with :
3333 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
3434 path : ${{github.workspace}}/build/_deps/*-src
3535 - name : Cache CMake dependency build
36- uses : actions/cache@v5
36+ uses : actions/cache@v6
3737 with :
3838 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
3939 path : |
Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ jobs:
3434
3535 # CONFIGURING CACHES
3636 - name : Cache CMake dependency source code
37- uses : actions/cache@v5
37+ uses : actions/cache@v6
3838 with :
3939 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4040 path : ${{github.workspace}}/build/_deps/*-src
4141 - name : Cache CMake dependency build
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
4545 path : |
4646 ${{github.workspace}}/build/_deps/*-build
4747 ${{github.workspace}}/build/_deps/*-subbuild
4848 - name : Cache CCache
49- uses : actions/cache@v5
49+ uses : actions/cache@v6
5050 with :
5151 key : ${{env.ccache_key}}-${{github.sha}}
5252 restore-keys : |
You can’t perform that action at this time.
0 commit comments