Skip to content

Commit 70f1793

Browse files
committed
Update CI workflow
1 parent 4e751f6 commit 70f1793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push-do-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on:
33
push:
44
jobs:
55
docs:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
99
- name: Run MarkdownSnippets
1010
run: |
11-
dotnet tool install --global MarkdownSnippets.Tool --version 26.0.1
11+
dotnet tool install --global MarkdownSnippets.Tool --version 27.0.2
1212
mdsnippets ${GITHUB_WORKSPACE}
1313
shell: bash
1414
- name: Push changes

0 commit comments

Comments
 (0)