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 5454 dotnet : ['8.0.x']
5555 steps :
5656 - name : Install C#
57- uses : actions/setup-dotnet@v4.3.1
57+ uses : actions/setup-dotnet@v5.0.0
5858 with :
5959 dotnet-version : ${{ matrix.dotnet }}
6060 - name : Setup Python
8383 dotnet : ['8.0.x']
8484 steps :
8585 - name : Install C#
86- uses : actions/setup-dotnet@v4.3.1
86+ uses : actions/setup-dotnet@v5.0.0
8787 with :
8888 dotnet-version : ${{ matrix.dotnet }}
8989 - name : Checkout Arrow
@@ -108,7 +108,7 @@ jobs:
108108 dotnet : ['8.0.x']
109109 steps :
110110 - name : Install C#
111- uses : actions/setup-dotnet@v4.3.1
111+ uses : actions/setup-dotnet@v5.0.0
112112 with :
113113 dotnet-version : ${{ matrix.dotnet }}
114114 - name : Setup Python
Original file line number Diff line number Diff line change 9898 with :
9999 ruby-version : ruby
100100 - name : Install .NET
101- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
101+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
102102 with :
103103 dotnet-version : ' 8.0.x'
104104 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments