File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
2222 if : (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2323 steps :
24- - uses : actions /checkout@v6
24+ - uses : runloopai /checkout@main
2525
2626 - name : Install uv
2727 uses : runloopai/setup-uv@main
4646 id-token : write
4747 runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
4848 steps :
49- - uses : actions /checkout@v6
49+ - uses : runloopai /checkout@main
5050
5151 - name : Install uv
5252 uses : runloopai/setup-uv@main
6464 github.repository == 'stainless-sdks/runloop-python' &&
6565 !startsWith(github.ref, 'refs/heads/stl/')
6666 id : github-oidc
67- uses : actions /github-script@v8
67+ uses : runloopai /github-script@main
6868 with :
6969 script : core.setOutput('github_token', await core.getIDToken());
7070
8484 runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
8585 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
8686 steps :
87- - uses : actions /checkout@v6
87+ - uses : runloopai /checkout@main
8888
8989 - name : Install uv
9090 uses : runloopai/setup-uv@main
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-slim
1515
1616 steps :
17- - uses : actions /checkout@v6
17+ - uses : runloopai /checkout@main
1818
1919 - name : Install uv
2020 uses : runloopai/setup-uv@main
Original file line number Diff line number Diff line change 1212 if : github.repository == 'runloopai/api-client-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@v6
15+ - uses : runloopai /checkout@main
1616
1717 - name : Check release environment
1818 run : |
You can’t perform that action at this time.
0 commit comments