From 3c435b31d2bd5778d48999e9adfaadb8c2dff18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:40:36 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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.0) --- 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..b516053 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.0 - 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.0 # 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..01bda26 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.0 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v4.0.1 id: esphome-build