File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ github.repository == 'stainless-sdks/warp-api-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v5
4141 id-token : write
4242 runs-on : ${{ github.repository == 'stainless-sdks/warp-api-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545
4646 - name : Install uv
4747 uses : astral-sh/setup-uv@v5
7575 runs-on : ${{ github.repository == 'stainless-sdks/warp-api-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
7676 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v6
7979
8080 - name : Install uv
8181 uses : astral-sh/setup-uv@v5
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Install uv
2020 uses : astral-sh/setup-uv@v5
Original file line number Diff line number Diff line change 1212 if : github.repository == 'warpdotdev/warp-sdk-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Check release environment
1818 run : |
You can’t perform that action at this time.
0 commit comments