File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout source
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 show-progress : false
2020
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout source
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 show-progress : false
2727 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout source
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 show-progress : false
2020 - name : Check github.ref starts with 'refs/tags/'
Original file line number Diff line number Diff line change 3131 runs-on : ${{ matrix.os }}
3232 steps :
3333 - name : Checkout source
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 show-progress : false
3737 - name : Setup .NET SDKs
You can’t perform that action at this time.
0 commit comments