@@ -62,12 +62,12 @@ jobs:
6262 timeout-minutes : 20
6363 steps :
6464 - name : Check out a copy of the git repository
65- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 fetch-depth : 0
6868
6969 - name : Set up Python
70- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
70+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
7171 with :
7272 python-version : ${{env.python-version}}
7373 cache : pip
@@ -101,7 +101,7 @@ jobs:
101101 timeout-minutes : 15
102102 steps :
103103 - name : Check out a copy of the git repository
104- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
104+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105105 with :
106106 fetch-depth : 0
107107
@@ -123,7 +123,7 @@ jobs:
123123 timeout-minutes : 15
124124 steps :
125125 - name : Check out a copy of the git repository
126- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
126+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
127127 with :
128128 fetch-depth : 0
129129
@@ -146,7 +146,7 @@ jobs:
146146 timeout-minutes : 15
147147 steps :
148148 - name : Check out a copy of the git repository
149- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
149+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
150150 with :
151151 fetch-depth : 0
152152
@@ -171,7 +171,7 @@ jobs:
171171 timeout-minutes : 15
172172 steps :
173173 - name : Check out a copy of the git repository
174- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
174+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175175 with :
176176 fetch-depth : 0
177177
@@ -195,13 +195,13 @@ jobs:
195195 timeout-minutes : 15
196196 steps :
197197 - name : Check out a copy of the git repository
198- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
198+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
199199 with :
200200 fetch-depth : 0
201201
202202 - name : Run actionlint
203203 continue-on-error : ${{inputs.soft-linting == 'true'}}
204- uses : raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2
204+ uses : raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2
205205 with :
206206 flags : ${{inputs.debug && '-verbose'}}
207207 files : ' .github/workflows/*.{yaml,yml}'
@@ -234,12 +234,12 @@ jobs:
234234 - ' 3.13'
235235 steps :
236236 - name : Check out a copy of the git repository
237- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
237+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
238238 with :
239239 submodules : recursive
240240
241241 - name : Set up Python
242- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
242+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
243243 id : setup
244244 with :
245245 python-version : ${{matrix.python_version}}
@@ -326,12 +326,12 @@ jobs:
326326 parallel_opt : [openmp, nopenmp]
327327 steps :
328328 - name : Check out a copy of the git repository
329- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
329+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
330330 with :
331331 submodules : recursive
332332
333333 - name : Set up Python
334- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
334+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
335335 with :
336336 python-version : ${{env.python-version}}
337337 cache : pip
@@ -385,12 +385,12 @@ jobs:
385385 tests:all
386386 steps :
387387 - name : Check out a copy of the git repository
388- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
388+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
389389 with :
390390 submodules : recursive
391391
392392 - name : Set up Python
393- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
393+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
394394 with :
395395 python-version : ${{env.python-version}}
396396 cache : pip
@@ -441,7 +441,7 @@ jobs:
441441 BUILDKIT_PROGRESS : ${{inputs.debug && 'plain'}}
442442 steps :
443443 - name : Check out a copy of the git repository
444- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
444+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
445445 with :
446446 submodules : recursive
447447
0 commit comments