From 292a71ade98874911a4ec0e41ae6caf49f46c524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 28 Feb 2024 10:09:09 +1100 Subject: [PATCH] chore: switch to checkout@v4 --- .github/workflows/tidy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index b78d32e..9242f79 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -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