File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
33
33
name : Python ${{ matrix.python-version }} ${{matrix.os}}
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
submodules : recursive
38
- - uses : actions/setup-python@v4
38
+ - uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
cache : ' pip'
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
name : Build source dist
13
13
runs-on : ubuntu-20.04
14
14
steps :
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.10'
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : recursive
21
21
- name : Build sdist
47
47
platforms : all
48
48
49
49
- name : Build wheels
50
- uses : pypa/cibuildwheel@v2.19.2
50
+ uses : pypa/cibuildwheel@v2.21.3
51
51
env :
52
52
# configure cibuildwheel to build native archs ('auto'), and some
53
53
# emulated ones
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
# 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
19
19
with :
20
20
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
21
21
config-name : release-drafter-config.yml
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
- name : Check Spelling
11
- uses : rojopolis/spellcheck-github-actions@0.33.1
11
+ uses : rojopolis/spellcheck-github-actions@0.44.0
12
12
with :
13
13
config_path : .github/spellcheck-settings.yml
14
14
task_name : Markdown
You can’t perform that action at this time.
0 commit comments