Skip to content

Commit 1314133

Browse files
authored
Merge pull request #21 from mkmkme/mkmkme/bump-ci
Bump some runners versions
2 parents cd28a42 + 957787b commit 1314133

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/integration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3333
name: Python ${{ matrix.python-version }} ${{matrix.os}}
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
submodules: recursive
38-
- uses: actions/setup-python@v4
38+
- uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
cache: 'pip'

.github/workflows/pypi-publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Build source dist
1313
runs-on: ubuntu-20.04
1414
steps:
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121
- name: Build sdist
@@ -47,7 +47,7 @@ jobs:
4747
platforms: all
4848

4949
- name: Build wheels
50-
uses: pypa/cibuildwheel@v2.19.2
50+
uses: pypa/cibuildwheel@v2.21.3
5151
env:
5252
# configure cibuildwheel to build native archs ('auto'), and some
5353
# emulated ones

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
# Drafts your next Release notes as Pull Requests are merged into "main"
18-
- uses: release-drafter/release-drafter@v5
18+
- uses: release-drafter/release-drafter@v6
1919
with:
2020
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
2121
config-name: release-drafter-config.yml

.github/workflows/spellcheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Check Spelling
11-
uses: rojopolis/spellcheck-github-actions@0.33.1
11+
uses: rojopolis/spellcheck-github-actions@0.44.0
1212
with:
1313
config_path: .github/spellcheck-settings.yml
1414
task_name: Markdown

0 commit comments

Comments
 (0)