@@ -114,7 +114,7 @@ jobs:
114114 macos-python-versions : ${{ steps.set-matrix.outputs.macos-python-versions }}
115115 steps :
116116 - name : Checkout code
117- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
117+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
118118
119119 - name : Set matrix
120120 id : set-matrix
@@ -238,7 +238,7 @@ jobs:
238238 matrix : ${{ steps.update-linux-matrix.outputs.linux-matrix }}
239239 steps :
240240 - name : Checkout Code
241- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
241+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
242242
243243 - name : Configure AWS credentials
244244 uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
@@ -385,7 +385,7 @@ jobs:
385385 # Checkout the code
386386 # 'fetch-depth' is set to 0 in order to fetch all tags (used for generating the changelog)
387387 - name : Checkout Code
388- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
388+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
389389 with :
390390 fetch-depth : 0
391391
@@ -1034,7 +1034,7 @@ jobs:
10341034
10351035 # Checkout the code
10361036 - name : Checkout Code
1037- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1037+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
10381038
10391039 # Pull necessary LFS files (and thus avoid downloading files stored for benchmarks, use cases, ...)
10401040 - name : Pull LFS files
@@ -1131,7 +1131,7 @@ jobs:
11311131 ]
11321132
11331133 steps :
1134- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1134+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
11351135
11361136 - name : Prepare whole job status
11371137 env :
0 commit comments