From c2a3ce0d776979aadf7201c83c66c485b63fe026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:33:59 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7b544c..bb3b6fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🔢 Get release version id: version diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index d0a6be1..8cd2856 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@v3" + uses: "actions/checkout@v4" - 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@v3" + uses: "actions/checkout@v4" - name: ✅ HACS validation uses: "hacs/action@main"