@@ -131,7 +131,7 @@ jobs:
131131 cibw_config_settings : " build-dir=flint_wasm_build setup-args=-Dflint_version_check=false"
132132
133133 steps :
134- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
134+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
135135 with :
136136 persist-credentials : false
137137
@@ -179,7 +179,7 @@ jobs:
179179 # ------------- actual build ------------- #
180180
181181 - name : Build wheels
182- uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
182+ uses : pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
183183 env :
184184 CIBW_PLATFORM : ${{ matrix.cibw_platform }}
185185 CIBW_BUILD : ${{ matrix.cibw_build }}
@@ -198,7 +198,7 @@ jobs:
198198 runs-on : ubuntu-22.04
199199
200200 steps :
201- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
201+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
202202 with :
203203 persist-credentials : false
204204
@@ -302,7 +302,7 @@ jobs:
302302 matrix :
303303 os : [ubuntu-24.04]
304304 steps :
305- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
305+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
306306 with :
307307 persist-credentials : false
308308 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -317,7 +317,7 @@ jobs:
317317 name : Test docs (build and doctest)
318318 runs-on : ubuntu-24.04
319319 steps :
320- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
320+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
321321 with :
322322 persist-credentials : false
323323 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -334,7 +334,7 @@ jobs:
334334 name : ' Test old Cython/meson-python'
335335 runs-on : ubuntu-24.04
336336 steps :
337- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
337+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
338338 with :
339339 persist-credentials : false
340340 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -370,7 +370,7 @@ jobs:
370370 ' v3.5.0' ,
371371 ]
372372 steps :
373- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
373+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
374374 with :
375375 persist-credentials : false
376376 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -387,7 +387,7 @@ jobs:
387387 name : Test flint main Linux x86-64
388388 runs-on : ubuntu-24.04
389389 steps :
390- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
390+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
391391 with :
392392 persist-credentials : false
393393 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -403,7 +403,7 @@ jobs:
403403 name : Test flint main Linux ARM
404404 runs-on : ubuntu-24.04-arm
405405 steps :
406- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
406+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
407407 with :
408408 persist-credentials : false
409409 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -419,7 +419,7 @@ jobs:
419419 name : Test coverage setuptools build
420420 runs-on : ubuntu-24.04
421421 steps :
422- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
422+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
423423 with :
424424 persist-credentials : false
425425 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -435,7 +435,7 @@ jobs:
435435 name : Test coverage meson build
436436 runs-on : ubuntu-24.04
437437 steps :
438- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
438+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
439439 with :
440440 persist-credentials : false
441441 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -455,7 +455,7 @@ jobs:
455455 matrix :
456456 sympy-version : ['1.13.1', '1.14.0']
457457 steps :
458- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
458+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
459459 with :
460460 persist-credentials : false
461461 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -475,7 +475,7 @@ jobs:
475475 name : Test SymPy master
476476 runs-on : ubuntu-24.04
477477 steps :
478- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
478+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
479479 with :
480480 persist-credentials : false
481481 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -553,7 +553,7 @@ jobs:
553553 # It is recommended to pin a commit hash here for security but it
554554 # should be kept up to date. Possibly all actions and dependencies used
555555 # by the build script should be pinned...
556- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
556+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
557557
558558 # Make a GitHub release
559559
@@ -565,7 +565,7 @@ jobs:
565565 contents : write # Required to create the GitHub release with the gh CLI.
566566
567567 steps :
568- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
568+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
569569 with :
570570 persist-credentials : false
571571
0 commit comments