From c323be21e3d9a145b223550a81866d05e18dd781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:13:26 +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/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b91e44f..7b387c2 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@v3 + uses: actions/checkout@v4 - name: 📦 Set up Python uses: actions/setup-python@v4.6.0 @@ -40,7 +40,7 @@ jobs: steps: - name: 📦 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🐒 Workaround for action runner limitation if: matrix.target.name == 'Container' @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create .HA_VERSION file run: echo "${{ matrix.version.current }}" > .HA_VERSION