File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Set up .NET
2626 uses : actions/setup-dotnet@v3
3939 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343
4444 - name : Set up .NET
4545 uses : actions/setup-dotnet@v3
5555 runs-on : ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-windows-2022' || 'windows-latest' }}
5656 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5959
6060 - name : Set up .NET
6161 uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments