From 2f424b275fbbc5f38ee88e93a8039afcb642c10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:13:54 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [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/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ba33137..1de265b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout the repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: 📦 Set up Python uses: actions/setup-python@v6.1.0 @@ -40,7 +40,7 @@ jobs: steps: - name: 📦 Checkout the repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: 🐒 Workaround for action runner limitation if: matrix.target.name == 'Container' @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Create .HA_VERSION file run: echo "${{ matrix.version.current }}" > .HA_VERSION