From 369b34f0cbdd6424a20c928139e3e9400ae53ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:24:44 +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/labels.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7a7f870..42e80eb 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d65c7fe..9051933 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: name: Pre-commit steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install nix uses: DeterminateSystems/nix-installer-action@main @@ -36,7 +36,7 @@ jobs: name: HACS steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: HACS validation uses: hacs/action@main @@ -49,7 +49,7 @@ jobs: name: Hassfest steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Hassfest validation uses: "home-assistant/actions/hassfest@master" @@ -59,7 +59,7 @@ jobs: # name: Run tests # steps: # - name: Check out code from GitHub - # uses: "actions/checkout@v4" + # uses: "actions/checkout@v6" # - name: Setup Python ${{ env.DEFAULT_PYTHON }} # uses: "actions/setup-python@v5" # with: