File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 timeout-minutes : 1
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626
2727 - name : Default MISSING_CHANGELOG_ENTRY to 1
2828 run : echo 'MISSING_CHANGELOG_ENTRY=1' >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 timeout-minutes : 6
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : ./.github/actions/setup-python
2727 with :
2828 python-version : " 3.10"
6868 DIFF_AGAINST : HEAD
6969 timeout-minutes : 8
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7272 with :
7373 # TODO: This can be very expensive for large repos. Is there a better way to do this?
7474 # Fetch all history and tags for setuptools_scm to work
Original file line number Diff line number Diff line change 2929 # actions: read
3030 # contents: read
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333
3434 - uses : github/codeql-action/init@v4
3535 with :
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 timeout-minutes : 6
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 # TODO: This can be very expensive for large repos. Is there a better way to do this?
3838 # Fetch all history and tags for setuptools_scm to work
@@ -105,7 +105,7 @@ jobs:
105105 steps :
106106
107107 # Generate the release notes
108- - uses : actions/checkout@v5
108+ - uses : actions/checkout@v6
109109 with :
110110 # TODO: This can be very expensive for large repos. Is there a better way to do this?
111111 # Fetch all history and tags for setuptools_scm to work
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Unreleased changes
2323- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}` 364 ` )
2424- Upgrade ruff's target Python version to 3.10 ({gh-pr}` 363 ` )
2525- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}` 359 ` )
26+ - Bump actions/checkout from 5 to 6 ({gh-pr}` 357 ` )
2627- Bump actions/download-artifact from 5 to 6 ({gh-pr}` 354 ` )
2728- Bump actions/upload-artifact from 4 to 5 ({gh-pr}` 353 ` )
2829- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}` 352 ` )
You can’t perform that action at this time.
0 commit comments