Skip to content

Commit 136de95

Browse files
authored
Merge pull request #203 from stainless-sdks/main--merge-conflict
⚠️ Update blocked by conflict
2 parents d93d0b8 + eeaf69e commit 136de95

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ github.repository == 'stainless-sdks/runloop-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
- uses: runloopai/checkout@main
2525

2626
- name: Set up Node
2727
uses: runloopai/setup-node@main
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
id-token: write
4848
steps:
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
- uses: runloopai/checkout@main
5050

5151
- name: Set up Node
5252
uses: runloopai/setup-node@main
@@ -64,7 +64,7 @@ jobs:
6464
github.repository == 'stainless-sdks/runloop-node' &&
6565
!startsWith(github.ref, 'refs/heads/stl/')
6666
id: github-oidc
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+
uses: runloopai/github-script@main
6868
with:
6969
script: core.setOutput('github_token', await core.getIDToken());
7070

@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ${{ github.repository == 'stainless-sdks/runloop-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
9595
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
9696
steps:
97-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
97+
- uses: runloopai/checkout@main
9898

9999
- name: Set up Node
100100
uses: runloopai/setup-node@main

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- run: mkdir -p ./docs
4141
- name: Download the existing documents artifact
42-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
42+
uses: runloopai/download-artifact@main
4343
with:
4444
name: documentation
4545
- run: tar -xf documentation.tar
@@ -81,7 +81,7 @@ jobs:
8181

8282
- run: mkdir -p ./docs
8383
- name: Download the new documents artifact
84-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
84+
uses: runloopai/download-artifact@main
8585
with:
8686
name: newdocumentation
8787
- run: tar -xf newdocumentation.tar

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write # Required for OIDC
2222

2323
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
- uses: runloopai/checkout@main
2525

2626
- name: Set up Node
2727
uses: runloopai/setup-node@main

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'runloopai/api-client-ts' && (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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: runloopai/checkout@main
1616

1717
- name: Check release environment
1818
run: |

0 commit comments

Comments
 (0)