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.
2 parents 357fb9b + 4a80192 commit 553aec8Copy full SHA for 553aec8
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
with:
25
fetch-depth: 0
26
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
- name: Setup .NET
65
uses: actions/setup-dotnet@v4
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
.github/workflows/codeql.yml
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
0 commit comments