4040      contents : write 
4141
4242    steps :
43-     - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11   #  v4.1.1
43+     - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493   #  v4.1.1
4444
4545    - name : Set up Python 
4646      uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b  #  v5.3.0
6868    outputs :
6969      include : ${{ steps.set-matrix.outputs.include }} 
7070    steps :
71-       - uses : actions/checkout@v4  
71+       - uses : actions/checkout@v5  
7272      - name : Install cibuildwheel 
7373        #  Nb. keep cibuildwheel version pin consistent with job below
7474        run : pipx install cibuildwheel==3.0.0 
9999
100100    steps :
101101      - name : Check out the repo 
102-         uses : actions/checkout@v4  
102+         uses : actions/checkout@v5  
103103
104104      - name : Set up QEMU 
105105        if : runner.os == 'Linux' 
@@ -108,14 +108,14 @@ jobs:
108108          platforms : all 
109109
110110      - name : Build wheels 
111-         uses : pypa/cibuildwheel@v3.0.0  
111+         uses : pypa/cibuildwheel@v3.1.4  
112112        with :
113113          only : ${{ matrix.only }} 
114114
115115      - name : Build faster Linux wheels 
116116        #  also build wheels with the most recent manylinux images and gcc
117117        if : runner.os == 'Linux' && !contains(matrix.only, 'i686') 
118-         uses : pypa/cibuildwheel@v3.0.0  
118+         uses : pypa/cibuildwheel@v3.1.4  
119119        env :
120120          CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34 
121121          CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34 
@@ -160,10 +160,10 @@ jobs:
160160
161161    steps :
162162      - name : Check out the repo 
163-         uses : actions/checkout@v4  
163+         uses : actions/checkout@v5  
164164
165165      - name : Download files 
166-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
166+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5.0 .0
167167        with :
168168          path : ./dist_downloads 
169169          merge-multiple : true 
0 commit comments