Skip to content

Commit d8cd4f6

Browse files
chore(manuscript): update actions version pins
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 19850cb commit d8cd4f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/manuscript.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ jobs:
2929
cancel-in-progress: true
3030
steps:
3131
- name: Check out repository
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
3333
with:
3434
fetch-depth: 0
3535
- name: Setup dvc
36-
uses: iterative/setup-dvc@68c55926a8ce27c2d4fcf7db61149ee64cf4eeb9 # v1
36+
uses: iterative/setup-dvc@180d52394bc746fb0bb5ca8e9e1a7a49a151742e # ratchet:iterative/setup-dvc@v1
3737
with:
38-
version: "3.53.2"
38+
version: "3.59.1"
3939
- 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
4141
with:
4242
tinytex: true
4343
- name: Setup tmate debug session
4444
if: ${{ inputs.debug_enabled == 'true' }}
45-
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
45+
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # ratchet:mxschmitt/action-tmate@v3.19
4646
- name: Render
4747
run: |
4848
make -C reproducibility/manuscript render
@@ -54,7 +54,7 @@ jobs:
5454
tlmgr install git-latexdiff latexdiff latexpand
5555
make -C reproducibility/manuscript latexdiff
5656
- name: Upload artifacts
57-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4.6.2
5858
with:
5959
name: manuscript-${{ github.ref_name }}-${{ github.sha }}
6060
# Include

0 commit comments

Comments
 (0)