@@ -135,7 +135,7 @@ jobs:
135135
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
138+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
139139 with :
140140 fetch-depth : 0
141141
@@ -230,7 +230,7 @@ jobs:
230230
231231 steps :
232232 - name : Checkout
233- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
233+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
234234 with :
235235 fetch-depth : 0
236236
@@ -353,7 +353,7 @@ jobs:
353353 contents : read
354354 steps :
355355 - name : Checkout
356- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
356+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
357357 with :
358358 fetch-depth : 0
359359
@@ -385,7 +385,7 @@ jobs:
385385 cancel-in-progress : true
386386 steps :
387387 - name : Checkout
388- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
388+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
389389 with :
390390 fetch-depth : 0
391391
@@ -465,12 +465,12 @@ jobs:
465465 PYTEST_TARGET : pandas
466466
467467 steps :
468- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
468+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
469469 with :
470470 fetch-depth : 0
471471
472472 - name : Set up Python Dev Version
473- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
473+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
474474 with :
475475 python-version : ' 3.15-dev'
476476
@@ -504,20 +504,22 @@ jobs:
504504 cancel-in-progress : true
505505 steps :
506506 - name : Checkout pandas Repo
507- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
507+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
508508 with :
509509 fetch-depth : 0
510510
511511 - name : Set up Node.js
512- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
512+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
513513 with :
514514 node-version : 24
515515
516516 - name : Set up Python
517- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
517+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
518518 with :
519519 python-version : ' 3.12'
520- pip-install : pyodide-build
520+
521+ - name : Install pyodide-build
522+ run : python -m pip install pyodide-build
521523
522524 - name : Save Emscripten version
523525 run : echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
0 commit comments