We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46387fb commit f958e59Copy full SHA for f958e59
.github/workflows/on-push-do-docs.yml
@@ -5,7 +5,7 @@ jobs:
5
docs:
6
runs-on: windows-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
9
- name: Run MarkdownSnippets
10
run: |
11
dotnet tool install --global MarkdownSnippets.Tool
0 commit comments