File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010 package :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Build and Check Package
15- uses : hynek/build-and-inspect-python-package@v1.5
15+ uses : hynek/build-and-inspect-python-package@v2.10
1616
1717 deploy :
1818 needs : [package]
@@ -27,18 +27,18 @@ jobs:
2727 contents : write # For release.
2828
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - name : Download Package
33- uses : actions/download-artifact@v3
33+ uses : actions/download-artifact@v4
3434 with :
3535 name : Packages
3636 path : dist
3737
3838 - name : Publish package to PyPI
39- uses : pypa/gh-action-pypi-publish@v1.8.5
39+ uses : pypa/gh-action-pypi-publish@v1.12.3
4040
4141 - name : GitHub Release
42- uses : softprops/action-gh-release@v1
42+ uses : softprops/action-gh-release@v2
4343 with :
4444 files : dist/*
Original file line number Diff line number Diff line change 1616 package :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Build and Check Package
21- uses : hynek/build-and-inspect-python-package@v1.5
21+ uses : hynek/build-and-inspect-python-package@v2.10
2222
2323 test :
2424
@@ -46,15 +46,15 @@ jobs:
4646 os : macos-latest
4747
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v5.2 .0
52+ uses : actions/setup-python@v5.3 .0
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555
5656 - name : Download Package
57- uses : actions/download-artifact@v3
57+ uses : actions/download-artifact@v4
5858 with :
5959 name : Packages
6060 path : dist
You can’t perform that action at this time.
0 commit comments