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/lithic-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
7474 runs-on : ${{ github.repository == 'stainless-sdks/lithic-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
8080 uses : actions/setup-node@v4
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 : Set up Node
2020 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1212 if : github.repository == 'lithic-com/lithic-node' && (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