Bump actions/setup-dotnet from 3.0.3 to 3.1.0 (#4518)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
107dd264c2
commit
f2477584f9
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
fetch-depth: 0 # fetching all
|
fetch-depth: 0 # fetching all
|
||||||
|
|
||||||
- name: Setup .NET 7.0
|
- name: Setup .NET 7.0
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
fetch-depth: 0 # fetching all
|
fetch-depth: 0 # fetching all
|
||||||
|
|
||||||
- name: Setup .NET 7.0
|
- name: Setup .NET 7.0
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
fetch-depth: 0 # fetching all
|
fetch-depth: 0 # fetching all
|
||||||
|
|
||||||
- name: Setup .NET 7.0
|
- name: Setup .NET 7.0
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup .NET 7.0
|
- name: Setup .NET 7.0
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
ref: ${{ github.ref || 'main' }}
|
ref: ${{ github.ref || 'main' }}
|
||||||
|
|
||||||
- name: Setup .NET 7.0
|
- name: Setup .NET 7.0
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue