File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,19 @@ jobs:
5050
5151 # CONFIGURING CACHES
5252 - name : Cache CMake dependency source code
53- uses : actions/cache@v4
53+ uses : actions/cache@v5
5454 with :
5555 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
5656 path : ${{github.workspace}}/build/_deps/*-src
5757 - name : Cache CMake dependency build
58- uses : actions/cache@v4
58+ uses : actions/cache@v5
5959 with :
6060 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
6161 path : |
6262 ${{github.workspace}}/build/_deps/*-build
6363 ${{github.workspace}}/build/_deps/*-subbuild
6464 - name : Cache CCache
65- uses : actions/cache@v4
65+ uses : actions/cache@v5
6666 with :
6767 key : ${{env.ccache_key}}-${{github.sha}}
6868 restore-keys : |
Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ jobs:
5151
5252 # CONFIGURING CACHES
5353 - name : Cache CMake dependency source code
54- uses : actions/cache@v4
54+ uses : actions/cache@v5
5555 with :
5656 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
5757 path : ${{github.workspace}}/build/_deps/*-src
5858 - name : Cache CMake dependency build
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
6262 path : |
6363 ${{github.workspace}}/build/_deps/*-build
6464 ${{github.workspace}}/build/_deps/*-subbuild
6565 - name : Cache CCache
66- uses : actions/cache@v4
66+ uses : actions/cache@v5
6767 with :
6868 key : ${{env.ccache_key}}-${{github.sha}}
6969 restore-keys : |
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646
4747 # CONFIGURING CACHES
4848 - name : Cache CMake dependency source code
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
5252 path : ${{github.workspace}}/build/_deps/*-src
5353 - name : Cache CMake dependency build
54- uses : actions/cache@v4
54+ uses : actions/cache@v5
5555 with :
5656 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
5757 path : |
Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ jobs:
5151
5252 # CONFIGURING CACHES
5353 - name : Cache CMake dependency source code
54- uses : actions/cache@v4
54+ uses : actions/cache@v5
5555 with :
5656 key : ${{env.deps_src_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
5757 path : ${{github.workspace}}/build/_deps/*-src
5858 - name : Cache CMake dependency build
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 key : ${{env.deps_build_key}}-${{hashFiles('CMakeLists.txt', 'cmake/**')}}
6262 path : |
6363 ${{github.workspace}}/build/_deps/*-build
6464 ${{github.workspace}}/build/_deps/*-subbuild
6565 - name : Cache CCache
66- uses : actions/cache@v4
66+ uses : actions/cache@v5
6767 with :
6868 key : ${{env.ccache_key}}-${{github.sha}}
6969 restore-keys : |
You can’t perform that action at this time.
0 commit comments