Bump actions/setup-dotnet from 3 to 4 (#5127)
This commit is contained in:
parent
8d2162ff4d
commit
fba99e1254
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: publish AOT testApp, assert static analysis warning count, and run the app
|
||||
shell: pwsh
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Run Coyote Tests
|
||||
shell: pwsh
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: dotnet restore
|
||||
run: dotnet restore ./build/InstrumentationLibraries.proj -p:RunningDotNetPack=true
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: dotnet restore
|
||||
run: dotnet restore
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: dotnet restore
|
||||
run: dotnet restore
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Pack
|
||||
run: dotnet pack OpenTelemetry.proj --configuration Release /p:EnablePackageValidation=true /p:ExposeExperimentalFeatures=false
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Pack
|
||||
run: dotnet pack OpenTelemetry.proj --configuration Release /p:EnablePackageValidation=true /p:ExposeExperimentalFeatures=true
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
ref: ${{ github.ref || 'main' }}
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: dotnet restore
|
||||
run: dotnet restore OpenTelemetry.proj -p:RunningDotNetPack=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue