From 5f6a027f72890a75482cb6d00f94f84eea7b0569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:40:41 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 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.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 033e9fb..0ffbf50 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.2.0 + # uses: actions/checkout@v4.2.2 # - 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.2.0 + # uses: actions/checkout@v4.2.2 # - 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.2.0 + uses: actions/checkout@v4.2.2 - 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 3300ca2..3a56046 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.2.0 + uses: actions/checkout@v4.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0