@@ -19,10 +19,10 @@ jobs:
1919 runs-on : ${{ github.repository == 'stainless-sdks/runloop-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 : runloopai /checkout@main
2323
2424 - name : Install uv
25- uses : astral-sh /setup-uv@v5
25+ uses : runloopai /setup-uv@main
2626 with :
2727 version : ' 0.8.11'
2828
@@ -41,10 +41,10 @@ jobs:
4141 id-token : write
4242 runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4343 steps :
44- - uses : actions /checkout@v4
44+ - uses : runloopai /checkout@main
4545
4646 - name : Install uv
47- uses : astral-sh /setup-uv@v5
47+ uses : runloopai /setup-uv@main
4848 with :
4949 version : ' 0.8.11'
5050
5757 - name : Get GitHub OIDC Token
5858 if : github.repository == 'stainless-sdks/runloop-python'
5959 id : github-oidc
60- uses : actions /github-script@v6
60+ uses : runloopai /github-script@main
6161 with :
6262 script : core.setOutput('github_token', await core.getIDToken());
6363
@@ -75,10 +75,10 @@ jobs:
7575 runs-on : ${{ github.repository == 'stainless-sdks/runloop-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 : runloopai /checkout@main
7979
8080 - name : Install uv
81- uses : astral-sh /setup-uv@v5
81+ uses : runloopai /setup-uv@main
8282 with :
8383 version : ' 0.8.11'
8484
0 commit comments