Skip to content

Commit 7157dd7

Browse files
authored
Merge pull request #479 from python-greenlet/dependabot/github_actions/github-actions-3209572b80
Bump the github-actions group with 3 updates
2 parents 296058a + 72a4879 commit 7157dd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:
@@ -94,7 +94,7 @@ jobs:
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

Comments
 (0)