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 ac6ba96 commit 031557eCopy full SHA for 031557e
.github/workflows/app-release.yml
@@ -17,12 +17,12 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
22
- name: Setup dotnet
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
26
27
- name: Build
28
shell: bash
.github/workflows/dotnet-ci.yml
@@ -21,12 +21,12 @@ jobs:
29
30
31
- name: Restore dependencies
32
run: dotnet restore
0 commit comments