chore(deps): update actions/setup-dotnet action to v4
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 41s
PR Workflow / sbom-scan (pull_request) Successful in 47s
PR Workflow / container-build (pull_request) Failing after 1m29s
PR Workflow / container-sbom-scan (pull_request) Has been skipped
PR Workflow / generate-licences (pull_request) Successful in 1m7s
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 41s
PR Workflow / sbom-scan (pull_request) Successful in 47s
PR Workflow / container-build (pull_request) Failing after 1m29s
PR Workflow / container-sbom-scan (pull_request) Has been skipped
PR Workflow / generate-licences (pull_request) Successful in 1m7s
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
057f980c57
commit
8979d2261d
2 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -185,7 +185,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: |
|
||||
7.0
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
|
@ -108,7 +108,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: global.json
|
||||
- name: Install dependencies
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: |
|
||||
7.0
|
||||
|
|
Loading…
Reference in a new issue