From 84a603f0e34a3a780271b7089859dc95d915ca5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:02:16 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 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 ce4e8a5..65dbb09 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.2 + uses: actions/checkout@v6.0.3 - name: 📦 Set up Python uses: actions/setup-python@v6.2.0 @@ -40,7 +40,7 @@ jobs: steps: - name: 📦 Checkout the repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - 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.2 + uses: actions/checkout@v6.0.3 - name: Create .HA_VERSION file run: echo "${{ matrix.version.current }}" > .HA_VERSION