We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e444856 commit 04cec6dCopy full SHA for 04cec6d
.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@v3
+ uses: actions/setup-dotnet@v4
23
with:
24
dotnet-version: 6.0.x
25
.github/workflows/NetCoreTests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: ${{matrix.DB_INIT}}
50
- uses: actions/checkout@v4
51
52
53
54
55
0 commit comments