File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v4
1616 - name : Setup .NET SDK
17- uses : actions/setup-dotnet@v4.1.0
17+ uses : actions/setup-dotnet@v4.3.1
1818 with :
1919 global-json-file : global.json
2020 - name : Add MSBuild to PATH
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Setup .NET SDK
14- uses : actions/setup-dotnet@v4.1.0
14+ uses : actions/setup-dotnet@v4.3.1
1515 with :
1616 global-json-file : global.json
1717 # Caching is done to limit data transfer on each PR, not to optimize CI speed
3838 - name : Checkout
3939 uses : actions/checkout@v4
4040 - name : Setup .NET SDK
41- uses : actions/setup-dotnet@v4.1.0
41+ uses : actions/setup-dotnet@v4.3.1
4242 with :
4343 global-json-file : global.json
4444 - name : Run integrity tests
5050 - name : Checkout
5151 uses : actions/checkout@v4
5252 - name : Setup .NET SDK
53- uses : actions/setup-dotnet@v4.1.0
53+ uses : actions/setup-dotnet@v4.3.1
5454 with :
5555 global-json-file : global.json
5656 - name : Add MSBuild to PATH
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v4
1616 - name : Setup .NET SDK
17- uses : actions/setup-dotnet@v4.1.0
17+ uses : actions/setup-dotnet@v4.3.1
1818 with :
1919 global-json-file : global.json
2020 # Caching is done to limit data transfer on each PR, not to optimize CI speed
5959 - name : Checkout
6060 uses : actions/checkout@v4
6161 - name : Setup .NET SDK
62- uses : actions/setup-dotnet@v4.1.0
62+ uses : actions/setup-dotnet@v4.3.1
6363 with :
6464 global-json-file : global.json
6565 - name : Run integrity tests
You can’t perform that action at this time.
0 commit comments