From adf4e79890a9c4e3226b01099e8bebbd08d2f902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 22:40:54 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index fb9c9f1..d0a6be1 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -16,7 +16,7 @@ jobs: name: With hassfest steps: - name: 📥 Checkout the repository - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" - name: ✅ Hassfest validation uses: "home-assistant/actions/hassfest@master" @@ -26,7 +26,7 @@ jobs: name: With HACS Action steps: - name: 📥 Checkout the repository - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" - name: ✅ HACS validation uses: "hacs/action@main"