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 53187e1 + b02ab0b commit 70727a9Copy full SHA for 70727a9
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v4.0.0
+ uses: actions/checkout@v4.1.0
29
with:
30
fetch-depth: 0
31
- name: Setup .NET SDK
.github/workflows/run-markdownsnippets.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Process documentation
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v4.0.0
+ - uses: actions/checkout@v4.1.0
14
- name: Run MarkdownSnippets
15
run: |
16
dotnet tool install --global MarkdownSnippets.Tool
0 commit comments