We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0f276 commit fef033aCopy full SHA for fef033a
1 file changed
.github/workflows/deploy.yml
@@ -6,11 +6,13 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: 🚚 Get latest code
9
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
10
- name: Setup .NET Core
11
- uses: actions/setup-dotnet@v3.2.0
+ uses: actions/setup-dotnet@v4
12
with:
13
- dotnet-version: 8.0.x
+ dotnet-version: |
14
+ 8.0.x
15
+ 9.0.x
16
- name: Install dependencies
17
run: dotnet restore
18
- name: Build with dotnet
0 commit comments