File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 PYDANTIC_VERSION : ${{ matrix.env }}
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : Setup Python environment
3838 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1111 contents : read
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 2727 fail-fast : false
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Setup Python environment
3333 uses : ./.github/actions/setup-python
5252 runs-on : ubuntu-latest
5353
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656
5757 - name : Setup Python environment
5858 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1313 id-token : write
1414 contents : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Setup Python
1919 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1111 name : Ruff Lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Run Ruff Lint
1717 uses : astral-sh/ruff-action@v3
You can’t perform that action at this time.
0 commit comments