File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 DOTNET_CLI_TELEMETRY_OPTOUT : true
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
2121
22- - uses : actions/setup-dotnet@v4
22+ - uses : actions/setup-dotnet@v5
2323 with :
2424 dotnet-version : ' 9.0.x'
2525
@@ -32,11 +32,11 @@ jobs:
3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3838
39- - uses : actions/setup-dotnet@v4
39+ - uses : actions/setup-dotnet@v5
4040 with :
4141 dotnet-version : ' 9.0.x'
4242
@@ -60,11 +60,11 @@ jobs:
6060 DOTNET_CLI_TELEMETRY_OPTOUT : true
6161
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 with :
6565 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
6666
67- - uses : actions/setup-dotnet@v4
67+ - uses : actions/setup-dotnet@v5
6868 with :
6969 dotnet-version : ' 9.0.x'
7070
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 submodules : true
@@ -49,12 +49,12 @@ jobs:
4949 runs-on : ubuntu-latest
5050
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 with :
5454 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
5555 submodules : true
5656
57- - uses : actions/setup-dotnet@v4
57+ - uses : actions/setup-dotnet@v5
5858 with :
5959 dotnet-version : ' 9.0.x'
6060
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414 <ItemGroup >
1515 <PackageReference Include =" Azure.Bicep.Local.Extension" Version =" 0.39.26" />
16- <PackageReference Include =" Azure.Identity" Version =" 1.14.2 " />
16+ <PackageReference Include =" Azure.Identity" Version =" 1.17.1 " />
1717 <PackageReference Include =" Bicep.LocalDeploy" Version =" 1.0.1" />
1818 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
19- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.8.118 " PrivateAssets =" All" />
19+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.9.50 " PrivateAssets =" All" />
2020 </ItemGroup >
2121</Project >
You can’t perform that action at this time.
0 commit comments