File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 app-id : ${{ secrets.APP_ID }}
2020 private-key : ${{ secrets.APP_PRIVATE_KEY }}
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : astral-sh/setup-uv@v7
2323 - run : uvx nox -s pc_bump
2424 env :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1818 run-cookie : ${{ steps.cookie-changes.outputs.run-cookie || false }}
1919 run-rr : ${{ steps.rr-changes.outputs.run-rr || false }}
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - name : Changed cookie-related files
2424 if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 1313 name : Format
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : Lint all
1919 run : pipx run nox -s 'lint'
3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636
3737 - uses : actions/setup-python@v6
3838 with :
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102
103103 steps :
104- - uses : actions/checkout@v5
104+ - uses : actions/checkout@v6
105105
106106 - uses : actions/setup-python@v6
107107 with :
@@ -168,7 +168,7 @@ jobs:
168168 runs-on : ubuntu-latest
169169
170170 steps :
171- - uses : actions/checkout@v5
171+ - uses : actions/checkout@v6
172172
173173 - name : Build sdist and wheel
174174 run : pipx run nox -s dist
Original file line number Diff line number Diff line change 1919 runs-on : [ubuntu-latest, macos-latest, windows-latest]
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
3939 name : Action
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545
5050 name : Run cog on README
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454 with :
5555 fetch-depth : 0
5656
6969 name : Run pylint
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v5
72+ - uses : actions/checkout@v6
7373 with :
7474 fetch-depth : 0
7575
You can’t perform that action at this time.
0 commit comments