We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d682a01 commit 468c4f0Copy full SHA for 468c4f0
.github/workflows/cd.yml
@@ -23,13 +23,13 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
# Runs a single command using the runners shell
29
- name: Setup .NET Core
30
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
31
with:
32
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
33
34
- name: Build
35
run: dotnet build --configuration Release
0 commit comments