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@v4
21+ - uses : actions/checkout@v5
2222 - uses : astral-sh/setup-uv@v6
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@v4
15+ - uses : actions/checkout@v5
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@v4
21+ - uses : actions/checkout@v5
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@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Lint all
1919 run : pipx run nox -s 'lint'
3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - uses : actions/setup-python@v5
3838 with :
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ubuntu-latest
103103
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v5
106106
107107 - uses : actions/setup-python@v5
108108 with :
@@ -169,7 +169,7 @@ jobs:
169169 runs-on : ubuntu-latest
170170
171171 steps :
172- - uses : actions/checkout@v4
172+ - uses : actions/checkout@v5
173173
174174 - name : Build sdist and wheel
175175 run : pipx run nox -s dist
Original file line number Diff line number Diff line change 1919 runs-on : [ubuntu-latest, macos-14, windows-latest]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
3939 name : Action
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 with :
4444 fetch-depth : 0
4545
5050 name : Run cog on README
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656
6969 name : Run pylint
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 with :
7474 fetch-depth : 0
7575
You can’t perform that action at this time.
0 commit comments