Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.0.3 to 3.1.0 (#1209)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 26, 2023
1 parent c540f4d commit 18b0b03
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-Instrumentation.Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- uses: actions/checkout@v3

- name: Install .NET 3.1 SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '3.1.x'

- name: Install .NET 7 SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- uses: actions/checkout@v3

- name: Install .NET 3.1 SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '3.1.x'

- name: Install .NET 7 SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # fetching all

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Install .NET 7 SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.Geneva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.InfluxDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.Instana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.OneCollector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.Stackdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Extensions.AWSXRay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Extensions.AzureMonitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Extensions.Enrichment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.AWSLambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.AspNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.GrpcCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Hangfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.MySqlData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Owin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Quartz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.Wcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-PersistentStorage.FileSystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-ResourceDetectors.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-ResourceDetectors.Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-ResourceDetectors.Container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-Sampler.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

Expand Down

0 comments on commit 18b0b03

Please sign in to comment.