File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ jobs:
9090 path : ' ${{ github.workspace }}/.nuget/packages'
9191 key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292 - name : 🔨 Use .NET Core 3.1 SDK
93- uses : actions/setup-dotnet@v4.3.1
93+ uses : actions/setup-dotnet@v5.0.0
9494 with :
9595 dotnet-version : ' 3.1.x'
9696 - name : 🔨 Use .NET Core 6.0 SDK
97- uses : actions/setup-dotnet@v4.3.1
97+ uses : actions/setup-dotnet@v5.0.0
9898 with :
9999 dotnet-version : ' 6.0.x'
100100 - name : 🔨 Use .NET Core 8.0 SDK
101- uses : actions/setup-dotnet@v4.3.1
101+ uses : actions/setup-dotnet@v5.0.0
102102 with :
103103 dotnet-version : ' 8.0.x'
104104 - name : 🔨 Use .NET Core 9.0 SDK
105- uses : actions/setup-dotnet@v4.3.1
105+ uses : actions/setup-dotnet@v5.0.0
106106 with :
107107 dotnet-version : ' 9.0.x'
108108 - name : 🎁 dotnet tool restore
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616
17- - uses : actions/setup-dotnet@v4
17+ - uses : actions/setup-dotnet@v5
1818
1919 - name : Install GitVersion
2020 uses :
gittools/actions/gitversion/[email protected]
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323
24- - uses : actions/setup-dotnet@v4
24+ - uses : actions/setup-dotnet@v5
2525
2626 - name : Fetch all history for all tags and branches
2727 run : git fetch --prune
Original file line number Diff line number Diff line change 1818 ref : ${{ github.sha }}
1919 fetch-depth : 0
2020
21- - uses : actions/setup-dotnet@v4
21+ - uses : actions/setup-dotnet@v5
2222
2323 - name : Fetch all history for all tags and branches
2424 run : git fetch --prune
You can’t perform that action at this time.
0 commit comments