7878 - run : sudo apt-get update # && sudo apt-get install ghostscript
7979 # Steps represent a sequence of tasks that will be executed as part of the job
8080 - name : Restore TeX Live from cache
81- uses : actions/cache/restore@v5
81+ uses : actions/cache/restore@v6
8282 with :
8383 path : ~/texlive
8484 key : ${{ needs.texlive-cache.outputs.cache_key }}
@@ -171,7 +171,7 @@ jobs:
171171 # run only if build succeeded
172172 if : ${{ !cancelled() && (steps.fnttarg-clm.outputs.BUILD_RET) }}
173173 id : clm-cache
174- uses : actions/cache/save@v4
174+ uses : actions/cache/save@v6
175175 with :
176176 path : ~/work/nfssext/nfssext/cfr-lm/keep
177177 # path: |
@@ -250,7 +250,7 @@ jobs:
250250 if : ${{ matrix.extra_packages }}
251251 run : sudo apt-get install ${{ matrix.extra_packages }}
252252 - name : Restore TeX Live from cache
253- uses : actions/cache/restore@v5
253+ uses : actions/cache/restore@v6
254254 with :
255255 path : ~/texlive
256256 key : ${{ needs.texlive-cache.outputs.cache_key }}
@@ -370,7 +370,7 @@ jobs:
370370 if : ${{ matrix.extra_packages }}
371371 run : sudo apt-get install ${{ matrix.extra_packages }}
372372 - name : Restore TeX Live from cache
373- uses : actions/cache/restore@v5
373+ uses : actions/cache/restore@v6
374374 with :
375375 path : ~/texlive
376376 key : ${{ needs.texlive-cache.outputs.cache_key }}
@@ -381,7 +381,7 @@ jobs:
381381 run : echo $HOME/texlive/bin/x86_64-linux >> $GITHUB_PATH
382382 - name : Restore cfr-lm from cache
383383 if : ${{ matrix.extra_needs }}
384- uses : actions/cache/restore@v5
384+ uses : actions/cache/restore@v6
385385 with :
386386 path : ~/work/nfssext/nfssext/cfr-lm/keep
387387 key : clm-${{ github.sha }}
0 commit comments