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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
55+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5656 with :
5757 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
5858 ref : ${{ env.BRANCH_REF }}
@@ -106,7 +106,7 @@ jobs:
106106 branch_type : [master, nightly]
107107 steps :
108108 - name : Checkout repository
109- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110110
111111 - name : Get job status and URLs
112112 id : get-status
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 # Checkout repository, so that we can fetch tags to decide which branch we want.
177177 - name : Checkout branch or tag
178- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
178+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
179179
180180 - name : Fetch latest tags (if nightly)
181181 if : matrix.branch_type == 'nightly'
@@ -196,7 +196,7 @@ jobs:
196196
197197 # Checkout the branch or tag we want to test.
198198 - name : Checkout branch or tag
199- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
199+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
200200 with :
201201 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
202202 ref : ${{ env.BRANCH_REF }}
@@ -225,7 +225,7 @@ jobs:
225225 branch_type : [master, nightly]
226226 steps :
227227 - name : Checkout repository
228- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
228+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
229229
230230 - name : Get job status and URLs
231231 id : get-status
0 commit comments