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 fetch-depth : 0
1515
1616 - name : setup-dotnet
17- uses : actions/setup-dotnet@v4
17+ uses : actions/setup-dotnet@v6
1818
1919 - name : Cache NuGet packages
2020 uses : actions/cache@v5
4141
4242 # setup dotnet based on global.json
4343 - name : setup-dotnet
44- uses : actions/setup-dotnet@v4
44+ uses : actions/setup-dotnet@v6
4545
4646 # cache NuGet packages to avoid re-downloading on every run
4747 - name : Cache NuGet packages
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : setup-dotnet
22- uses : actions/setup-dotnet@v4
22+ uses : actions/setup-dotnet@v6
2323
2424 - name : Cache NuGet packages
2525 uses : actions/cache@v5
Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 # setup dotnet based on global.json
1919 - name : setup-dotnet
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v6
2121 # cache NuGet packages to avoid re-downloading on every run
2222 - name : Cache NuGet packages
2323 uses : actions/cache@v5
4343 fetch-depth : 0
4444 # setup dotnet based on global.json
4545 - name : setup-dotnet
46- uses : actions/setup-dotnet@v4
46+ uses : actions/setup-dotnet@v6
4747 # cache NuGet packages to avoid re-downloading on every run
4848 - name : Cache NuGet packages
4949 uses : actions/cache@v5
7676 fetch-depth : 0
7777
7878 - name : setup-dotnet
79- uses : actions/setup-dotnet@v4
79+ uses : actions/setup-dotnet@v6
8080
8181 - name : Cache NuGet packages
8282 uses : actions/cache@v5
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 # setup dotnet based on global.json
2323 - name : setup-dotnet
24- uses : actions/setup-dotnet@v4
24+ uses : actions/setup-dotnet@v6
2525 # cache NuGet packages to avoid re-downloading on every run
2626 - name : Cache NuGet packages
2727 uses : actions/cache@v5
Original file line number Diff line number Diff line change 1515
1616 # setup dotnet based on global.json
1717 - name : setup-dotnet
18- uses : actions/setup-dotnet@v4
18+ uses : actions/setup-dotnet@v6
1919
2020 # cache NuGet packages to avoid re-downloading on every run
2121 - name : Cache NuGet packages
5353
5454 # setup dotnet based on global.json
5555 - name : setup-dotnet
56- uses : actions/setup-dotnet@v4
56+ uses : actions/setup-dotnet@v6
5757
5858 # cache NuGet packages to avoid re-downloading on every run
5959 - name : Cache NuGet packages
8989 fetch-depth : 0
9090
9191 - name : setup-dotnet
92- uses : actions/setup-dotnet@v4
92+ uses : actions/setup-dotnet@v6
9393
9494 - name : Cache NuGet packages
9595 uses : actions/cache@v5
You can’t perform that action at this time.
0 commit comments