We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba425f commit eafbd9aCopy full SHA for eafbd9a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
22
with:
23
dotnet-version: ${{ matrix.dotnet-version }}
24
0 commit comments