From 3258efb0d12c25c3e9d6465a573e01ab39d7e92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:58:37 +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/ha-config-test.yml | 6 +++--- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ha-config-test.yml b/.github/workflows/ha-config-test.yml index 98dd8fc..033e9fb 100644 --- a/.github/workflows/ha-config-test.yml +++ b/.github/workflows/ha-config-test.yml @@ -17,7 +17,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out configuration from GitHub - # uses: actions/checkout@v4.1.7 + # uses: actions/checkout@v4.2.0 # - name: 🚀 Run yamllint # uses: frenck/action-yamllint@v1.2.0 # continue-on-error: true @@ -26,7 +26,7 @@ jobs: # runs-on: ubuntu-18.04 # steps: # - name: ⤵️ Check out configuration from GitHub - # uses: actions/checkout@v4.1.7 + # uses: actions/checkout@v4.2.0 # - name: Running Remark lint # uses: "docker://pipelinecomponents/remark-lint:latest" # continue-on-error: true @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out configuration from GitHub - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Rename Dummy files and remove custom component stuff for config check run: | mv -f dummy_files/custom_components_dummy.yaml custom_components.yaml diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 913cbc7..f998dea 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -31,7 +31,7 @@ steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0