Skip to content

Commit 2738d0b

Browse files
authored
Merge pull request #43 from johnlokerse/johnlokerse/update-version
Versioning updates
2 parents 31f4f87 + 3434553 commit 2738d0b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

src/DevOpsExtension.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
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>

0 commit comments

Comments
 (0)