This repository was archived by the owner on Jul 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 check-pr-title :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6.0.2
1515 with :
1616 persist-credentials : false
1717
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6.0.2
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
Original file line number Diff line number Diff line change 1515 pyright :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6.0.2
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1010 pytest :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6.0.2
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 3030 # possible that the branch was updated while the workflow was running. This
3131 # prevents accidentally releasing un-evaluated changes.
3232 - name : Setup | Checkout Repository on Release Branch
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6.0.2
3434 with :
3535 ref : ${{ github.ref_name }}
3636 token : ${{ secrets.RELEASE_GH_TOKEN }}
Original file line number Diff line number Diff line change 1515 ruff :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6.0.2
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1616 security-events : write
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020 with :
2121 persist-credentials : false
2222
You can’t perform that action at this time.
0 commit comments