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 e213939 commit b949b7bCopy full SHA for b949b7b
.github/workflows/GenerateAsyncCode.yml
@@ -19,7 +19,7 @@ jobs:
19
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
20
21
- name: Setup .NET
22
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
23
with:
24
dotnet-version: 6.0.x
25
.github/workflows/NetCoreTests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- uses: actions/checkout@v3
56
57
58
59
60
0 commit comments