Skip to content

Commit da8dc15

Browse files
author
Clea F. Rees
committed
bump actions in nfssext-cfr
1 parent 5d72616 commit da8dc15

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/nfssext-autochecks-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v6
5858
- name: Restore clm dev from cache
5959
id: clm-lookup-dev
60-
uses: actions/cache/restore@v5
60+
uses: actions/cache/restore@v6
6161
with:
6262
path: ~/work/nfssext//nfssext/cfr-lm/keep
6363
lookup-only: true
@@ -77,7 +77,7 @@ jobs:
7777
# run only if fnttarg build succeeded
7878
if: ${{ !cancelled() && steps.build-clm-dev.outputs.fnttarg_ret && steps.clm-lookup-dev.outputs.cache-hit != 'true' }}
7979
id: clm-cache-dev
80-
uses: actions/cache/save@v4
80+
uses: actions/cache/save@v6
8181
with:
8282
path: ~/work/nfssext/nfssext/cfr-lm/keep
8383
key: clm-${{ github.sha }}-${{ needs.texlive-cache.outputs.cache_key }}--dev

.github/workflows/nfssext-autochecks-v1.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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 }}

.github/workflows/nfssext-autochecks-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v6
6767
- name: Restore clm from cache
6868
id: clm-lookup
69-
uses: actions/cache/restore@v5
69+
uses: actions/cache/restore@v6
7070
with:
7171
path: ~/work/nfssext/nfssext/cfr-lm/keep
7272
lookup-only: true
@@ -85,7 +85,7 @@ jobs:
8585
# run only if fnttarg build succeeded
8686
if: ${{ !cancelled() && steps.build-clm.outputs.fnttarg_ret && steps.clm-lookup.outputs.cache-hit != 'true' }}
8787
id: clm-cache
88-
uses: actions/cache/save@v4
88+
uses: actions/cache/save@v6
8989
with:
9090
path: ~/work/nfssext/nfssext/cfr-lm/keep
9191
key: clm-${{ github.sha }}-${{ needs.texlive-cache.outputs.cache_key }}

.github/workflows/nfssext-release-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: sudo apt-get update
6363
# Steps represent a sequence of tasks that will be executed as part of the job
6464
- name: Restore TeX Live from cache
65-
uses: actions/cache/restore@v5
65+
uses: actions/cache/restore@v6
6666
with:
6767
path: ~/texlive
6868
key: ${{ needs.texlive-cache.outputs.cache_key }}
@@ -208,7 +208,7 @@ jobs:
208208
if: ${{ matrix.extra_packages }}
209209
run: sudo apt-get install ${{ matrix.extra_packages }}
210210
- name: Restore TeX Live from cache
211-
uses: actions/cache/restore@v5
211+
uses: actions/cache/restore@v6
212212
with:
213213
path: ~/texlive
214214
key: ${{ needs.texlive-cache.outputs.cache_key }}
@@ -324,7 +324,7 @@ jobs:
324324
if: ${{ matrix.extra_packages }}
325325
run: sudo apt-get install ${{ matrix.extra_packages }}
326326
- name: Restore TeX Live from cache
327-
uses: actions/cache/restore@v5
327+
uses: actions/cache/restore@v6
328328
with:
329329
path: ~/texlive
330330
key: ${{ needs.texlive-cache.outputs.cache_key }}

.github/workflows/nfssext-release-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v6
5959
- name: Restore clm from cache
6060
id: clm-lookup
61-
uses: actions/cache/restore@v5
61+
uses: actions/cache/restore@v6
6262
with:
6363
path: ~/work/nfssext/nfssext/cfr-lm/keep
6464
lookup-only: true
@@ -93,7 +93,7 @@ jobs:
9393
# run only if fnttarg build succeeded and cache lookup failed
9494
if: ${{ !cancelled() && steps.build-clm.outputs.fnttarg_ret && steps.clm-lookup.outputs.cache-hit != 'true' }}
9595
id: clm-cache
96-
uses: actions/cache/save@v4
96+
uses: actions/cache/save@v6
9797
with:
9898
path: ~/work/nfssext/nfssext/cfr-lm/keep
9999
key: clm-${{ github.sha }}-${{ needs.texlive-cache.outputs.cache_key }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)