Skip to content

Commit b6690a5

Browse files
authored
Merge pull request #523 from python-greenlet/dependabot/github_actions/github-actions-25aaebeb42
Bump the github-actions group with 3 updates
2 parents e5c5f4c + 726cc38 commit b6690a5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v7
5252
- name: Set up Python
53-
uses: actions/setup-python@v6
53+
uses: actions/setup-python@v7
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
cache: 'pip'
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v7
163163
- name: Set up Python
164-
uses: actions/setup-python@v6
164+
uses: actions/setup-python@v7
165165
with:
166166
python-version: "3.10"
167167
cache: 'pip'
@@ -172,7 +172,7 @@ jobs:
172172
python -m pip install -U setuptools wheel
173173
# Initializes the CodeQL tools for scanning.
174174
- name: Initialize CodeQL
175-
uses: github/codeql-action/init@v4
175+
uses: github/codeql-action/init@v4.37.3
176176
with:
177177
languages: python, cpp
178178
- name: Install greenlet
@@ -181,7 +181,7 @@ jobs:
181181
# - name: Autobuild
182182
# uses: github/codeql-action/autobuild@v1
183183
- name: Perform CodeQL Analysis
184-
uses: github/codeql-action/analyze@v4
184+
uses: github/codeql-action/analyze@v4.37.3
185185

186186

187187
manylinux:
@@ -213,7 +213,7 @@ jobs:
213213
- name: checkout
214214
uses: actions/checkout@v7
215215
- name: Set up Python ${{ matrix.python-version }}
216-
uses: actions/setup-python@v6
216+
uses: actions/setup-python@v7
217217
with:
218218
python-version: ${{ matrix.python-version }}
219219
- name: Set up QEMU
@@ -230,7 +230,7 @@ jobs:
230230
path: wheelhouse/*whl
231231
name: ${{ matrix.image }}_wheels.zip
232232
- name: Publish package to PyPI
233-
uses: pypa/gh-action-pypi-publish@v1.14.0
233+
uses: pypa/gh-action-pypi-publish@v1.14.2
234234
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
235235
with:
236236
user: __token__

0 commit comments

Comments
 (0)