File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545 submodules : recursive
Original file line number Diff line number Diff line change 1111 name : build-pack
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 2020 env :
2121 VERSION : ${{ github.ref_name }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1616 name : update
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments