File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
2121 with :
2222 dotnet-version : ' 10.0.x'
2323
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Setup .NET
25- uses : actions/setup-dotnet@v4
25+ uses : actions/setup-dotnet@v5
2626 with :
2727 dotnet-version : " 10.0.x"
2828
@@ -68,12 +68,12 @@ jobs:
6868
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 with :
7373 fetch-depth : 0
7474
7575 - name : Setup .NET
76- uses : actions/setup-dotnet@v4
76+ uses : actions/setup-dotnet@v5
7777 with :
7878 dotnet-version : " 10.0.x"
7979
You can’t perform that action at this time.
0 commit comments