From 1e08b15ac01edc24a8ed30301eca6eb59f1d2724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:47:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1. - [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.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/linters.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c17a713a..04e83caa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: #version: ["stable", "beta", "dev"] steps: - name: ⤵️ Check out configuration from GitHub. - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: 🙈 Ignore integrations + entities which only work on my home network. run: rm -f ./integration_entities/sensors/datetime/date_next_*.yaml; diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index fe563f7f..c6f18b0b 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out configuration from GitHub. - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: 🚀 Run yamllint. uses: frenck/action-yamllint@v1.4.1 @@ -21,7 +21,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out configuration from GitHub. - # uses: actions/checkout@v4.0.0 + # uses: actions/checkout@v4.1.1 # #- name: 🙈 Ignore 3rd party packages. # # run: rm -rf ./integrations/3rdparty_packages # #- name: 🙈 Ignore autogenerated files and folders.