Skip to content

Commit

Permalink
Merge branch 'main' into 4484_httpSemConv2
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored May 25, 2023
2 parents 11d5995 + f247758 commit 03ffa5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apicompatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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/code-coverage.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: 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/publish-packages-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ github.ref || 'main' }}

- 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

0 comments on commit 03ffa5a

Please sign in to comment.