File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments