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 749c05a commit d37acc7Copy full SHA for d37acc7
.github/workflows/ConvertGuidelinesXmlToMarkdown.yml
@@ -15,7 +15,7 @@ jobs:
15
XmlFileName: "Guidelines(8th Edition).xml"
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
ref: ${{ github.ref }}
21
token: ${{ secrets.CI_PAT }}
.github/workflows/dotnetBuild.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
- name: Setup .NET
35
uses: actions/setup-dotnet@v3
.github/workflows/manuallyRunXmlToMD.yml
@@ -19,7 +19,7 @@ jobs:
22
23
24
25
0 commit comments