Skip to content

Commit 7537dcb

Browse files
Update actions
1 parent 1e7b5c4 commit 7537dcb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
G2O_CACHE_BUILD: true
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v7.0.1
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v10
10+
- uses: actions/stale@v11.0.0
1111
with:
1212
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
1313
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'

.github/workflows/wheel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
echo github.event.action: ${{github.event.action}}
2424
echo github.event_name: ${{github.event_name}}
2525
echo runner.os: ${{runner.os}}
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v7.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Build SDist
3030
run: pipx run build --sdist
31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@v7.0.1
3232
with:
3333
name: cibw-sdist
3434
path: dist/*.tar.gz
@@ -172,12 +172,12 @@ jobs:
172172
with:
173173
fetch-depth: 25
174174

175-
- uses: astral-sh/setup-uv@v4
175+
- uses: astral-sh/setup-uv@v10.0.1
176176

177177
# https://cibuildwheel.pypa.io/en/stable/
178178
# https://github.com/pypa/manylinux
179179
- name: Build wheels
180-
uses: pypa/cibuildwheel@v3.3.0
180+
uses: pypa/cibuildwheel@v4.2.0
181181
env:
182182
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
183183
CIBW_ARCHS: all
@@ -196,12 +196,12 @@ jobs:
196196
runs-on: ubuntu-latest
197197
if: contains(github.ref, 'release')
198198
steps:
199-
- uses: actions/download-artifact@v4
199+
- uses: actions/download-artifact@v8.0.1
200200
with:
201201
pattern: cibw-*
202202
path: dist
203203
merge-multiple: true
204-
- uses: pypa/gh-action-pypi-publish@v1.8.14
204+
- uses: pypa/gh-action-pypi-publish@v1.14.2
205205
with:
206206
user: __token__
207207
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)