Skip to content

Commit 549251d

Browse files
authored
Upgraded consul package to 1.6.10.8 (#130)
1 parent 03f942d commit 549251d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
jobs:
1010
calculate-version:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
outputs:
1313
version: ${{ steps.version.outputs.version }}
1414
steps:
@@ -17,12 +17,12 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/setup@v0.9.9
20+
uses: gittools/actions/gitversion/setup@v0.9.15
2121
with:
22-
versionSpec: "5.6.9"
22+
versionSpec: "5.12.0"
2323
- name: Run GitVersion
2424
id: gitversion
25-
uses: gittools/actions/gitversion/execute@v0.9.9
25+
uses: gittools/actions/gitversion/execute@v0.9.15
2626
- name: Version
2727
id: version
2828
run: |
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
include:
41-
- os: ubuntu-20.04
41+
- os: ubuntu-22.04
4242
integrationTest: true
4343
nugetPush: false
4444
- os: windows-2019
@@ -78,7 +78,7 @@ jobs:
7878
**/*.snupkg
7979
retention-days: 1
8080
nuget-push:
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282
needs: [build]
8383
if: github.event_name != 'pull_request'
8484
steps:

src/Winton.Extensions.Configuration.Consul/Winton.Extensions.Configuration.Consul.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Consul" Version="1.6.10.4" />
30+
<PackageReference Include="Consul" Version="1.6.10.8" />
3131
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)