Skip to content

Commit 05de4af

Browse files
chore: Update tidy.yml with new versions
1 parent 7f419a7 commit 05de4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Tidy up
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- run: brew install tidy-html5
1717
- run: tidy -config tidyconfig.txt -o index.html index.html
18-
- uses: peter-evans/create-pull-request@v3
18+
- uses: peter-evans/create-pull-request@v6
1919
with:
2020
title: "Tidied up document using tidy-html5"
2121
commit-message: "chore(tidy): tidy up document"

0 commit comments

Comments
 (0)