@@ -33,12 +33,12 @@ jobs:
3333 contents : write
3434
3535 steps :
36- - uses : actions/checkout@v4.1.1
36+ - uses : actions/checkout@v5.0.0
3737 with :
3838 fetch-depth : 0
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v5 .0.0
41+ uses : actions/setup-python@v6 .0.0
4242 with :
4343 python-version : " 3.x"
4444
6060 run : pytest -v --color=yes
6161
6262 - name : Upload sdist
63- uses : actions/upload-artifact@v4.3.1
63+ uses : actions/upload-artifact@v5.0.0
6464 with :
6565 name : sdist
6666 path : dist/*.tar.gz
7474 outputs :
7575 include : ${{ steps.set-matrix.outputs.include }}
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v5.0.0
7878 - name : Install cibuildwheel
7979 # N.B. Keep cibuildwheel version pin consistent with "build_wheels" job below.
8080 run : pipx install cibuildwheel==3.3
@@ -108,24 +108,24 @@ jobs:
108108
109109 steps :
110110 - name : Check out the repo
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5.0.0
112112 with :
113113 fetch-depth : 0
114114
115115 - name : Set up QEMU
116116 if : runner.os == 'Linux'
117- uses : docker/setup-qemu-action@v3
117+ uses : docker/setup-qemu-action@v3.7.0
118118 with :
119119 platforms : all
120120
121121 - name : Build wheels
122- uses : pypa/cibuildwheel@v3.3
122+ uses : pypa/cibuildwheel@v3.3.0
123123 with :
124124 only : ${{ matrix.only }}
125125 env :
126126 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127127
128- - uses : actions/upload-artifact@v4.3.1
128+ - uses : actions/upload-artifact@v5.0.0
129129 with :
130130 path : ./wheelhouse/*.whl
131131 name : xmlsec-wheel-${{ matrix.only }}
0 commit comments