File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3434 PYDANTIC_VERSION : ${{ matrix.env }}
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838
3939 - name : Setup Python environment
4040 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 4545 private_key : ${{ secrets.APP_KEY }}
4646
4747 - name : Checkout Code
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 token : ${{ steps.generate-token.outputs.token }}
5151
Original file line number Diff line number Diff line change 2828 fail-fast : false
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - name : Setup Python environment
3434 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 2525 app_id : ${{ secrets.APP_ID }}
2626 private_key : ${{ secrets.APP_KEY }}
2727
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 token : ${{ steps.generate-token.outputs.token }}
3131
7070 app_id : ${{ secrets.APP_ID }}
7171 private_key : ${{ secrets.APP_KEY }}
7272
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474
7575 - name : Setup Python Environment
7676 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1414 app_id : ${{ secrets.APP_ID }}
1515 private_key : ${{ secrets.APP_KEY }}
1616
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 token : ${{ steps.generate-token.outputs.token }}
2020
Original file line number Diff line number Diff line change 2424 cancel-in-progress : true
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 - name : Run Ruff Lint
3030 uses : astral-sh/ruff-action@v3
Original file line number Diff line number Diff line change 1313 cancel-in-progress : true
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1111 cancel-in-progress : true
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments