From b8fc427ef7c17c6d0df31b5080fd21f125713643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:43:29 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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/v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/action-build-and-publish.yml | 4 ++-- .github/workflows/workflow-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-build-and-publish.yml b/.github/workflows/action-build-and-publish.yml index 861be9a..dc77c19 100644 --- a/.github/workflows/action-build-and-publish.yml +++ b/.github/workflows/action-build-and-publish.yml @@ -54,7 +54,7 @@ jobs: matrix: file: ${{ fromJson(needs.prepare.outputs.files) }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - uses: esphome/build-action@v4.0.1 id: esphome-build with: @@ -83,7 +83,7 @@ jobs: needs: [build] if: ${{ always() }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 # Download fw build artifacts - uses: actions/download-artifact@v4.1.8 diff --git a/.github/workflows/workflow-ci.yml b/.github/workflows/workflow-ci.yml index 3a72cd9..5ed1568 100644 --- a/.github/workflows/workflow-ci.yml +++ b/.github/workflows/workflow-ci.yml @@ -19,7 +19,7 @@ jobs: - bed-presence-mk1.factory.yaml steps: - name: Checkout source code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v4.0.1 id: esphome-build