@@ -46,14 +46,19 @@ jobs:
4646 token : ${{ env.AWS_SECRET_TOKEN }}
4747 # Install .NET9 which is needed for AutoVer
4848 - name : Setup .NET 9.0
49- uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
49+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
5050 with :
5151 dotnet-version : 9.0.x
5252 # Install .NET10 which is needed for building the solution
5353 - name : Setup .NET 10.0
54- uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
54+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
5555 with :
5656 dotnet-version : 10.0.x
57+ # Install .NET11 which is needed for building the solution
58+ - name : Setup .NET 11.0
59+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
60+ with :
61+ dotnet-version : 11.0.x
5762 # Install AutoVer which is needed to retrieve information about the current release.
5863 - name : Install AutoVer
5964 run : dotnet tool install --global AutoVer --version 0.0.25
@@ -122,14 +127,19 @@ jobs:
122127 fetch-depth : 0
123128 # Install .NET9 which is needed for AutoVer
124129 - name : Setup .NET 9.0
125- uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
130+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
126131 with :
127132 dotnet-version : 9.0.x
128133 # Install .NET10 which is needed for building the solution
129134 - name : Setup .NET 10.0
130- uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
135+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
131136 with :
132137 dotnet-version : 10.0.x
138+ # Install .NET11 which is needed for building the solution
139+ - name : Setup .NET 11.0
140+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
141+ with :
142+ dotnet-version : 11.0.x
133143 # Install AutoVer which is needed to retrieve information about the current release.
134144 - name : Install AutoVer
135145 run : dotnet tool install --global AutoVer --version 0.0.25
0 commit comments