1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.x"
1919 - name : Install hatch
@@ -45,12 +45,12 @@ jobs:
4545
4646 steps :
4747 - name : Download all the dists
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v5
4949 with :
5050 name : python-package-distributions
5151 path : dist/
5252 - name : Publish distribution 📦 to PyPI
53- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
53+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
5454
5555 github-release :
5656 name : >-
@@ -66,12 +66,12 @@ jobs:
6666
6767 steps :
6868 - name : Download all the dists
69- uses : actions/download-artifact@v4
69+ uses : actions/download-artifact@v5
7070 with :
7171 name : python-package-distributions
7272 path : dist/
7373 - name : Sign the dists with Sigstore
74- uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
74+ uses : sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 # v3.0.1
7575 with :
7676 inputs : >-
7777 ./dist/*.tar.gz
@@ -110,11 +110,11 @@ jobs:
110110
111111 steps :
112112 - name : Download all the dists
113- uses : actions/download-artifact@v4
113+ uses : actions/download-artifact@v5
114114 with :
115115 name : python-package-distributions
116116 path : dist/
117117 - name : Publish distribution 📦 to TestPyPI
118- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
118+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
119119 with :
120120 repository-url : https://test.pypi.org/legacy/
0 commit comments