File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787 - name : Resolve comment
8888 if : ${{ env.MISSING_CHANGELOG_ENTRY == '0' && steps.fc.outputs.comment-id != '' }}
89- uses : actions/github-script@v8
89+ uses : actions/github-script@v9
9090 with :
9191 script : |
9292 query = `mutation minimizeComment {
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Unresolve comment
106106 if : ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id != '' }}
107- uses : actions/github-script@v8
107+ uses : actions/github-script@v9
108108 with :
109109 script : |
110110 query = `mutation unminimizeComment {
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 # Upload coverage reports to Codecov
105105
106106 - name : Upload coverage to codecov
107- uses : codecov/codecov-action@v5
107+ uses : codecov/codecov-action@v6
108108 env :
109109 OS : " ${{ matrix.os }}"
110110 PYTHON : " ${{ matrix.python-version }}"
Original file line number Diff line number Diff line change 4343 requirements : tox
4444 - name : Build source (sdist) and binary (wheel) distributions
4545 run : tox -e build-dists
46- - uses : actions/upload-artifact@v6
46+ - uses : actions/upload-artifact@v7
4747 with :
4848 name : python-package-distributions
4949 path : dist/
6161 permissions :
6262 id-token : write # IMPORTANT: mandatory for trusted publishing
6363 steps :
64- - uses : actions/download-artifact@v7
64+ - uses : actions/download-artifact@v8
6565 with :
6666 name : python-package-distributions
6767 path : dist/
8484 permissions :
8585 id-token : write # IMPORTANT: mandatory for trusted publishing
8686 steps :
87- - uses : actions/download-artifact@v7
87+ - uses : actions/download-artifact@v8
8888 with :
8989 name : python-package-distributions
9090 path : dist/
@@ -119,12 +119,12 @@ jobs:
119119
120120 # Sign the package distributions with Sigstore
121121 # https://github.com/marketplace/actions/gh-action-sigstore-python
122- - uses : actions/download-artifact@v7
122+ - uses : actions/download-artifact@v8
123123 with :
124124 name : python-package-distributions
125125 path : dist/
126126 - name : Sign the dists with Sigstore
127- uses : sigstore/gh-action-sigstore-python@v3.2 .0
127+ uses : sigstore/gh-action-sigstore-python@v3.3 .0
128128 with :
129129 inputs : >-
130130 ./dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Unreleased changes
77
88### CI/CD
99
10+ - Bump actions/download-artifact from 7 to 8 ({gh-pr}` 368 ` )
11+ - Bump actions/upload-artifact from 6 to 7 ({gh-pr}` 369 ` )
12+ - Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ({gh-pr}` 370 ` )
13+ - Bump codecov/codecov-action from 5 to 6 ({gh-pr}` 371 ` )
14+ - Bump actions/github-script from 8 to 9 ({gh-pr}` 373 ` )
1015- pre-commit autoupdate ({gh-pr}` 374 ` )
1116
1217---
You can’t perform that action at this time.
0 commit comments