@@ -19,10 +19,10 @@ jobs:
1919 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-typescript' && '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 : Set up Node
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 node-version : ' 20'
2828
@@ -41,10 +41,10 @@ jobs:
4141 contents : read
4242 id-token : write
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545
4646 - name : Set up Node
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v6
4848 with :
4949 node-version : ' 20'
5050
5757 - name : Get GitHub OIDC Token
5858 if : github.repository == 'stainless-sdks/perplexity-typescript'
5959 id : github-oidc
60- uses : actions/github-script@v6
60+ uses : actions/github-script@v8
6161 with :
6262 script : core.setOutput('github_token', await core.getIDToken());
6363
@@ -74,10 +74,10 @@ jobs:
7474 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
7575 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v6
7878
7979 - name : Set up Node
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v6
8181 with :
8282 node-version : ' 20'
8383
0 commit comments