File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ jobs:
29
29
cancel-in-progress : true
30
30
steps :
31
31
- name : Check out repository
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
33
33
with :
34
34
fetch-depth : 0
35
35
- name : Setup dvc
36
- uses : iterative/setup-dvc@68c55926a8ce27c2d4fcf7db61149ee64cf4eeb9 # v1
36
+ uses : iterative/setup-dvc@180d52394bc746fb0bb5ca8e9e1a7a49a151742e # ratchet:iterative/setup-dvc@ v1
37
37
with :
38
- version : " 3.53.2 "
38
+ version : " 3.59.1 "
39
39
- name : Set up Quarto
40
- uses : quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
40
+ uses : quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # ratchet:quarto-dev/quarto-actions/setup@v2.1.9
41
41
with :
42
42
tinytex : true
43
43
- name : Setup tmate debug session
44
44
if : ${{ inputs.debug_enabled == 'true' }}
45
- uses : mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
45
+ uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # ratchet:mxschmitt/action-tmate@v3.19
46
46
- name : Render
47
47
run : |
48
48
make -C reproducibility/manuscript render
54
54
tlmgr install git-latexdiff latexdiff latexpand
55
55
make -C reproducibility/manuscript latexdiff
56
56
- name : Upload artifacts
57
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
57
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4.6.2
58
58
with :
59
59
name : manuscript-${{ github.ref_name }}-${{ github.sha }}
60
60
# Include
You can’t perform that action at this time.
0 commit comments