From 2c67e9eb6f0ea095fcf8c3fbc14a0aa207e6e7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 03:13:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/branch_action.yml | 2 +- .github/workflows/empty_commit.yml | 2 +- .github/workflows/hacs_validate.yml | 2 +- .github/workflows/hassfest_validate.yml | 2 +- .github/workflows/zip_on_release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/branch_action.yml b/.github/workflows/branch_action.yml index 0a16ab9..f9c3d2b 100644 --- a/.github/workflows/branch_action.yml +++ b/.github/workflows/branch_action.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'Snuffy2/places' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: Show Branch Name run: echo ${GITHUB_REF##*/} - name: Show Ref diff --git a/.github/workflows/empty_commit.yml b/.github/workflows/empty_commit.yml index 4430075..9586c0c 100644 --- a/.github/workflows/empty_commit.yml +++ b/.github/workflows/empty_commit.yml @@ -5,7 +5,7 @@ jobs: create_empty_commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: Show Branch Name run: echo Branch ${GITHUB_REF##*/} - name: Create and Checkout New Dev branch diff --git a/.github/workflows/hacs_validate.yml b/.github/workflows/hacs_validate.yml index 4f9ebb3..cc2dd27 100644 --- a/.github/workflows/hacs_validate.yml +++ b/.github/workflows/hacs_validate.yml @@ -11,7 +11,7 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.2" - name: HACS validation uses: "hacs/action@22.5.0" with: diff --git a/.github/workflows/hassfest_validate.yml b/.github/workflows/hassfest_validate.yml index 5dccf65..e2027f5 100644 --- a/.github/workflows/hassfest_validate.yml +++ b/.github/workflows/hassfest_validate.yml @@ -11,5 +11,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.2" - uses: "home-assistant/actions/hassfest@master" diff --git a/.github/workflows/zip_on_release.yml b/.github/workflows/zip_on_release.yml index f468427..ac3995f 100644 --- a/.github/workflows/zip_on_release.yml +++ b/.github/workflows/zip_on_release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Update Version in Manifest if: ${{ github.event_name == 'release' }} run: |