From bce81247ab72b536ace80e0505ca1c80ee7774a9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Mar 2023 19:59:30 +0100 Subject: [PATCH] Update 2020-04-16-hassfest.md (#1717) --- blog/2020-04-16-hassfest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2020-04-16-hassfest.md b/blog/2020-04-16-hassfest.md index 2e01fee4..11f7ee63 100644 --- a/blog/2020-04-16-hassfest.md +++ b/blog/2020-04-16-hassfest.md @@ -28,7 +28,7 @@ To install it, follow these steps: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v2" + - uses: "actions/checkout@v3" - uses: home-assistant/actions/hassfest@master ```