File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ github.repository == 'stainless-sdks/scan-documents-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
2525 uses : actions/setup-node@v4
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
4747 uses : actions/setup-node@v4
8383 runs-on : ${{ github.repository == 'stainless-sdks/scan-documents-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
8484 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v6
8787
8888 - name : Set up Node
8989 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2020 contents : write
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Set up Node
2626 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1212 if : github.repository == 'Scan-Documents/node-sdk' && (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