We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a4ed commit 3b1c887Copy full SHA for 3b1c887
.github/workflows/ci.yaml
@@ -10,12 +10,13 @@ jobs:
10
package-and-publish:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
14
15
- name: Setup .NET
16
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v5
17
with:
18
dotnet-version: 10.0.x
19
+ dotnet-quality: 'preview'
20
21
- name: Pack
22
run: |
0 commit comments