File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Run the build distribution
66runs :
77 using : " composite"
88 steps :
9- - uses : actions/setup-python@v5
9+ - uses : actions/setup-python@v6
1010 with :
1111 python-version : " 3.10"
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Run the packages
66runs :
77 using : " composite"
88 steps :
9- - uses : actions/setup-python@v5
9+ - uses : actions/setup-python@v6
1010 with :
1111 python-version : " 3.10"
1212 - name : Override the version if there is no tag release.
Original file line number Diff line number Diff line change 2121 pull-requests : write
2222 steps :
2323 - name : Is comment allowed?
24- uses : actions/github-script@v7
24+ uses : actions/github-script@v8
2525 with :
2626 script : |
2727 const actorPermission = (await github.rest.repos.getCollaboratorPermissionLevel({
Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
6363 path : dist
6464 - name : Upload pypi.org
6565 if : startsWith(github.ref, 'refs/tags')
66- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
66+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
6767 with :
6868 repository-url : https://upload.pypi.org/legacy/
6969 - name : Upload test.pypi.org
7070 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
71- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
71+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
7272 with :
7373 repository-url : https://test.pypi.org/legacy/
7474
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 - uses : actions/checkout@v5
146146 with :
147147 ref : ${{ inputs.ref || github.ref }}
148- - uses : actions/setup-python@v5
148+ - uses : actions/setup-python@v6
149149 with :
150150 python-version : ${{ matrix.version }}
151151 cache : pip
@@ -203,7 +203,7 @@ jobs:
203203 with :
204204 ref : ${{ inputs.ref || github.ref }}
205205
206- - uses : actions/setup-python@v5
206+ - uses : actions/setup-python@v6
207207 with :
208208 # Use latest Python, so it understands all syntax.
209209 python-version : 3.11
You can’t perform that action at this time.
0 commit comments