@@ -179,7 +179,7 @@ jobs:
179179 sudo apt-get install -y ninja-build clang llvm ccache
180180
181181 - name : linux - cache ccache
182- uses : actions/cache@v4
182+ uses : actions/cache@v5
183183 with :
184184 path : |
185185 ${{ github.workspace }}/.ccache/
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : linux - cache nwn
197197 id : cache-nwn
198- uses : actions/cache@v4
198+ uses : actions/cache@v5
199199 with :
200200 path : |
201201 ${{ github.workspace }}/nwn/
@@ -237,7 +237,7 @@ jobs:
237237 sudo apt-get install -y ninja-build clang llvm ccache
238238
239239 - name : linux - cache ccache
240- uses : actions/cache@v4
240+ uses : actions/cache@v5
241241 with :
242242 path : |
243243 ${{ github.workspace }}/.ccache/
@@ -253,7 +253,7 @@ jobs:
253253
254254 - name : linux - cache nwn
255255 id : cache-nwn
256- uses : actions/cache@v4
256+ uses : actions/cache@v5
257257 with :
258258 path : |
259259 ${{ github.workspace }}/nwn/
@@ -297,7 +297,7 @@ jobs:
297297 sudo apt-get install -y ninja-build clang llvm ccache
298298
299299 - name : linux - cache ccache
300- uses : actions/cache@v4
300+ uses : actions/cache@v5
301301 with :
302302 path : |
303303 ${{ github.workspace }}/.ccache/
@@ -351,7 +351,7 @@ jobs:
351351 sudo apt-get install -y ninja-build clang llvm ccache
352352
353353 - name : linux - cache ccache
354- uses : actions/cache@v4
354+ uses : actions/cache@v5
355355 with :
356356 path : |
357357 ${{ github.workspace }}/.ccache/
@@ -367,7 +367,7 @@ jobs:
367367
368368 - name : linux - cache nwn
369369 id : cache-nwn
370- uses : actions/cache@v4
370+ uses : actions/cache@v5
371371 with :
372372 path : |
373373 ${{ github.workspace }}/nwn/
0 commit comments