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 2bee4ed commit 50be018Copy full SHA for 50be018
.github/workflows/build-status.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Setup .NET Core
18
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
19
with:
20
global-json-file: global.json
21
.github/workflows/codeql-analysis.yml
@@ -58,7 +58,7 @@ jobs:
58
# - name: Autobuild
59
# uses: github/codeql-action/autobuild@v2
60
61
62
63
64
.github/workflows/receive-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
14
0 commit comments