3131 steps :
3232 # Checkout repository, so that we can fetch tags to decide which branch we want.
3333 - name : Checkout branch or tag
34- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
3636 - name : Fetch latest tags (if nightly)
3737 if : matrix.branch_type == 'nightly'
5252
5353 # Checkout the branch or tag we want to test.
5454 - name : Checkout branch or tag
55- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
55+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5656 with :
5757 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
5858 ref : ${{ env.BRANCH_REF }}
8282 branch_type : [master, nightly]
8383 steps :
8484 - name : Checkout repository
85- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
85+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8686
8787 - name : Get job status and URLs
8888 id : get-status
@@ -156,7 +156,7 @@ jobs:
156156 steps :
157157 # Checkout repository, so that we can fetch tags to decide which branch we want.
158158 - name : Checkout branch or tag
159- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
159+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
160160
161161 - name : Fetch latest tags (if nightly)
162162 if : matrix.branch_type == 'nightly'
@@ -177,7 +177,7 @@ jobs:
177177
178178 # Checkout the branch or tag we want to test.
179179 - name : Checkout branch or tag
180- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
180+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
181181 with :
182182 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
183183 ref : ${{ env.BRANCH_REF }}
@@ -205,7 +205,7 @@ jobs:
205205 branch_type : [master, nightly]
206206 steps :
207207 - name : Checkout repository
208- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
208+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
209209
210210 - name : Get job status and URLs
211211 id : get-status
@@ -279,7 +279,7 @@ jobs:
279279 steps :
280280 # Checkout repository, so that we can fetch tags to decide which branch we want.
281281 - name : Checkout branch or tag
282- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
282+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
283283
284284 - name : Fetch latest tags (if nightly)
285285 if : matrix.branch_type == 'nightly'
@@ -300,7 +300,7 @@ jobs:
300300
301301 # Checkout the branch or tag we want to test.
302302 - name : Checkout branch or tag
303- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
303+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
304304 with :
305305 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
306306 ref : ${{ env.BRANCH_REF }}
@@ -370,7 +370,7 @@ jobs:
370370 branch_type : [master, nightly]
371371 steps :
372372 - name : Checkout repository
373- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
373+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
374374
375375 - name : Get job status and URLs
376376 id : get-status
0 commit comments