File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 2
4848
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v6
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v1
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 build-sdk :
34- name : Build (SDK projects) — Ubuntu
34+ name : Build (SDK projects) � Ubuntu
3535 runs-on : ubuntu-latest
3636 defaults :
3737 run :
3838 shell : bash
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 1
4444
@@ -79,14 +79,14 @@ jobs:
7979 done
8080
8181 build-legacy :
82- name : Build (Legacy .NET Framework) — Windows
82+ name : Build (Legacy .NET Framework) � Windows
8383 runs-on : windows-latest
8484 defaults :
8585 run :
8686 shell : powershell
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 1
9292
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 10
3434
You can’t perform that action at this time.
0 commit comments