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' 
@@ -115,7 +115,7 @@ jobs:
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- 118+ 119119        env :
120120          CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34 
121121          CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34 
@@ -160,7 +160,7 @@ 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 
166166        uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0  #  v5.0.0
0 commit comments