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 ff5b845 commit 98d170aCopy full SHA for 98d170a
.github/workflows/GenerateAsyncCode.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
ref: ${{ github.event.pull_request.head.ref }}
18
repository: ${{ github.event.pull_request.head.repo.full_name }}
.github/workflows/NetCoreTests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Set up ${{matrix.DB}}
49
run: ${{matrix.DB_INIT}}
50
51
- name: Setup .NET
52
uses: actions/setup-dotnet@v3
53
0 commit comments