We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81cd13f + bac26c0 commit 2060020Copy full SHA for 2060020
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v6.0.0
+ uses: actions/checkout@v6.0.1
29
with:
30
fetch-depth: 0
31
- name: Setup .NET SDK
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ubuntu-latest
52
53
- name: checkout code
54
55
- name: Setup .NET
56
uses: actions/setup-dotnet@v5.0.1
57
.github/workflows/run-markdownsnippets.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Process documentation
7
8
9
- - uses: actions/checkout@v6.0.0
+ - uses: actions/checkout@v6.0.1
10
- name: Run MarkdownSnippets
11
run: |
12
dotnet tool install --global MarkdownSnippets.Tool
0 commit comments