File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 benchmarks :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.11"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Master
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Set up Python 3.9
1818 uses : actions/setup-python@v6
1919 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'collerek/ormar'
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Set up Python
2222 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 with :
4848 submodules : false
4949 - name : Set up Python
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'collerek/ormar'
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'collerek/ormar'
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Set up Python
2222 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments