File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-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 : actions/checkout@v6
2323
2424 - name : Install Rye
2525 run : |
4444 id-token : write
4545 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848
4949 - name : Install Rye
5050 run : |
6363 - name : Get GitHub OIDC Token
6464 if : github.repository == 'stainless-sdks/perplexity-python'
6565 id : github-oidc
66- uses : actions/github-script@v6
66+ uses : actions/github-script@v8
6767 with :
6868 script : core.setOutput('github_token', await core.getIDToken());
6969
8181 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
8282 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v6
8585
8686 - name : Install Rye
8787 run : |
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Install Rye
2020 run : |
Original file line number Diff line number Diff line change 1212 if : github.repository == 'perplexityai/perplexity-py' && (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@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Check release environment
1818 run : |
You can’t perform that action at this time.
0 commit comments