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 7f419a7 commit 05de4afCopy full SHA for 05de4af
.github/workflows/tidy.yml
@@ -12,10 +12,10 @@ jobs:
12
name: Tidy up
13
runs-on: macos-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
- run: brew install tidy-html5
17
- run: tidy -config tidyconfig.txt -o index.html index.html
18
- - uses: peter-evans/create-pull-request@v3
+ - uses: peter-evans/create-pull-request@v6
19
with:
20
title: "Tidied up document using tidy-html5"
21
commit-message: "chore(tidy): tidy up document"
0 commit comments