Skip to content

Commit fef033a

Browse files
authored
Update deploy.yml
1 parent ba0f276 commit fef033a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: 🚚 Get latest code
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Setup .NET Core
11-
uses: actions/setup-dotnet@v3.2.0
11+
uses: actions/setup-dotnet@v4
1212
with:
13-
dotnet-version: 8.0.x
13+
dotnet-version: |
14+
8.0.x
15+
9.0.x
1416
- name: Install dependencies
1517
run: dotnet restore
1618
- name: Build with dotnet

0 commit comments

Comments
 (0)