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 @@ -16,11 +16,11 @@ jobs:
1616 with :
1717 fetch-depth : 0
1818 - name : Setup dotnet 6.0
19- uses : actions/setup-dotnet@v1
19+ uses : actions/setup-dotnet@v4
2020 with :
2121 dotnet-version : ' 6.0.x'
2222 - name : Setup dotnet 8.0
23- uses : actions/setup-dotnet@v1
23+ uses : actions/setup-dotnet@v4
2424 with :
2525 dotnet-version : ' 8.0.100'
2626 - name : Build and Test
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919 - name : Setup dotnet 6.0
20- uses : actions/setup-dotnet@v1
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : ' 6.0.x'
2323 - name : Setup dotnet 8.0
24- uses : actions/setup-dotnet@v1
24+ uses : actions/setup-dotnet@v4
2525 with :
2626 dotnet-version : ' 8.0.100'
2727 - name : Build and Test
You can’t perform that action at this time.
0 commit comments