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 eef1e3a + e707580 commit f881b5bCopy full SHA for f881b5b
.github/workflows/codeql-analysis.yml
@@ -16,12 +16,12 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Setup .NET SDK
19
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: 3.1.x
22
23
- name: Checkout repository
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
submodules: true
27
.github/workflows/dotnet-format.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: check out code
13
14
15
- name: Install format tool
run: dotnet tool install -g dotnet-format
0 commit comments