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 ```