Skip to content

Commit c8668a1

Browse files
chore(ci): upgrade actions/github-script
1 parent 2d7b835 commit c8668a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Get GitHub OIDC Token
5454
if: github.repository == 'stainless-sdks/togetherai-python'
5555
id: github-oidc
56-
uses: actions/github-script@v6
56+
uses: actions/github-script@v8
5757
with:
5858
script: core.setOutput('github_token', await core.getIDToken());
5959

0 commit comments

Comments
 (0)