Skip to content

Commit

Permalink
chore: switch to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Feb 27, 2024
1 parent f91a1f6 commit 292a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Tidy up
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o index.html index.html
- uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 292a71a

Please sign in to comment.