Skip to content

Commit 468c4f0

Browse files
authored
Update cd.yml
1 parent d682a01 commit 468c4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
# Runs a single command using the runners shell
2929
- name: Setup .NET Core
30-
uses: actions/setup-dotnet@v2
30+
uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: 6.0.x
32+
dotnet-version: 8.0.x
3333

3434
- name: Build
3535
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)