From 6d48b6c879c0e3b0f1c833ab857e305b19b7051f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:04:20 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 bb3b6fa..9a41853 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@v4 + uses: actions/checkout@v6 - name: 🔢 Get release version id: version diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 902aa6f..45c1990 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@v4" + uses: "actions/checkout@v6" - 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@v4" + uses: "actions/checkout@v6" - name: ✅ HACS validation uses: "hacs/action@main"