Skip to content

Commit 66eac5a

Browse files
Bump actions/setup-dotnet from 3 to 4 (#2118)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 896e2dc commit 66eac5a

28 files changed

+28
-28
lines changed

.github/workflows/healthchecks_arangodb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v3
41+
uses: actions/setup-dotnet@v4
4242
with:
4343
dotnet-version: |
4444
6.0.x

.github/workflows/healthchecks_consul_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Setup .NET
40-
uses: actions/setup-dotnet@v3
40+
uses: actions/setup-dotnet@v4
4141
with:
4242
dotnet-version: |
4343
6.0.x

.github/workflows/healthchecks_elasticsearch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Setup .NET
40-
uses: actions/setup-dotnet@v3
40+
uses: actions/setup-dotnet@v4
4141
with:
4242
dotnet-version: |
4343
6.0.x

.github/workflows/healthchecks_eventstore_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v3
4242
- name: Setup .NET
43-
uses: actions/setup-dotnet@v3
43+
uses: actions/setup-dotnet@v4
4444
with:
4545
dotnet-version: |
4646
6.0.x

.github/workflows/healthchecks_eventstore_grpc_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v3
42+
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: |
4545
6.0.x

.github/workflows/healthchecks_gremlin_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v3
42+
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: |
4545
6.0.x

.github/workflows/healthchecks_ibmmq_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v3
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v3
45+
uses: actions/setup-dotnet@v4
4646
with:
4747
dotnet-version: |
4848
6.0.x

.github/workflows/healthchecks_influxdb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: |
3737
6.0.x

.github/workflows/healthchecks_kafka_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3
4646
- name: Setup .NET
47-
uses: actions/setup-dotnet@v3
47+
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: |
5050
6.0.x

.github/workflows/healthchecks_mongodb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Setup .NET
39-
uses: actions/setup-dotnet@v3
39+
uses: actions/setup-dotnet@v4
4040
with:
4141
dotnet-version: |
4242
6.0.x

0 commit comments

Comments
 (0)