File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,22 +73,22 @@ jobs:
7373 run : echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7474
7575 - name : Configure ccache
76- uses : actions/cache@v4
76+ uses : actions/cache@v6
7777 with :
7878 path : ${{ env.CCACHE_DIR }}
7979 key : ${{ runner.os }}-${{ github.job }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
8080 restore-keys : ${{ runner.os }}-${{ github.job }}-ccache-
8181
8282 - name : Configure Cppcheck Cache
8383 id : cppcheck_cache
84- uses : actions/cache@v4
84+ uses : actions/cache@v6
8585 with :
8686 path : ${{ env.CPPCHECK_CACHE_PATH }}
8787 key : ${{ runner.os }}-${{ github.job }}-cppcheck-cache-${{ steps.prepare_cppcheck_cache_key.outputs.cppcheck_tag }}
8888
8989 - name : Configure Geany Cache
9090 id : geany_cache
91- uses : actions/cache@v4
91+ uses : actions/cache@v6
9292 with :
9393 path : ${{ env.GEANY_CACHE_PATH }}
9494 key : ${{ runner.os }}-${{ github.job }}-geany-cache-${{ steps.prepare_geany_cache_key.outputs.commit_hash }}
@@ -250,7 +250,7 @@ jobs:
250250
251251 - name : Configure Geany Cache
252252 id : geany_cache
253- uses : actions/cache@v4
253+ uses : actions/cache@v6
254254 with :
255255 path : ${{ env.GEANY_CACHE_PATH }}
256256 key : ${{ runner.os }}-${{ github.job }}-geany-mingw64-cache-${{ steps.prepare_geany_cache_key.outputs.commit_hash }}
You can’t perform that action at this time.
0 commit comments