File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}-latest
1919 steps :
2020 - name : Checkout the action
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 path : action
2424 submodules : recursive
4444 )
4545 steps :
4646 - name : Checkout the repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 token : ${{ secrets.DEPLOYMENT_TOKEN }}
5050 submodules : recursive
Original file line number Diff line number Diff line change 1616 using : composite
1717 steps :
1818 - name : Checkout the repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 path : repo
2222 submodules : recursive
2626 with :
2727 dotnet-version : 3.1.x
2828 - name : Get the Microsoft DTDL Validator software
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 path : dtdl-microsoft-validator
3232 repository : Azure-Samples/DTDL-Validator
You can’t perform that action at this time.
0 commit comments