3636 - ubuntu-latest
3737 - macos-latest
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - name : Set up Python
4141 uses : actions/setup-python@v6
4242 with :
9494 ls -l dist
9595 twine check dist/*
9696 - name : Store greenlet wheel
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : greenlet-${{ runner.os }}-${{ matrix.python-version }}.whl
100100 path : dist/*whl
@@ -144,7 +144,7 @@ jobs:
144144 # required for all workflows
145145 security-events : write
146146 steps :
147- - uses : actions/checkout@v5
147+ - uses : actions/checkout@v6
148148 - name : Set up Python
149149 uses : actions/setup-python@v6
150150 with :
@@ -157,7 +157,7 @@ jobs:
157157 python -m pip install -U setuptools wheel
158158 # Initializes the CodeQL tools for scanning.
159159 - name : Initialize CodeQL
160- uses : github/codeql-action/init@v3
160+ uses : github/codeql-action/init@v4
161161 with :
162162 languages : python, cpp
163163 - name : Install greenlet
@@ -166,14 +166,14 @@ jobs:
166166 # - name: Autobuild
167167 # uses: github/codeql-action/autobuild@v1
168168 - name : Perform CodeQL Analysis
169- uses : github/codeql-action/analyze@v3
169+ uses : github/codeql-action/analyze@v4
170170
171171 riscv64 :
172172 runs-on : ubuntu-latest
173173 name : RiscV 64
174174 steps :
175175 - name : checkout
176- uses : actions/checkout@v5
176+ uses : actions/checkout@v6
177177 - name : Set up Python
178178 uses : actions/setup-python@v6
179179 with :
@@ -206,7 +206,7 @@ jobs:
206206
207207 steps :
208208 - name : checkout
209- uses : actions/checkout@v5
209+ uses : actions/checkout@v6
210210 - name : Set up Python ${{ matrix.python-version }}
211211 uses : actions/setup-python@v6
212212 with :
@@ -220,7 +220,7 @@ jobs:
220220 DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}
221221 run : bash ./make-manylinux
222222 - name : Store greenlet wheels
223- uses : actions/upload-artifact@v4
223+ uses : actions/upload-artifact@v5
224224 with :
225225 path : wheelhouse/*whl
226226 name : ${{ matrix.image }}_wheels.zip
0 commit comments