From eae5231c7600da0bc1625ca3672499506f208808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:20:09 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 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.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 a4d294c..d064dfa 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.7 + - uses: actions/checkout@v4.2.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 187d3ca..420102e 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.7 + - uses: actions/checkout@v4.2.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 00f6777..2b7c744 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.7" + - uses: "actions/checkout@v4.2.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 43d6c5d..55d8b0e 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.7" + - uses: "actions/checkout@v4.2.2" - uses: "home-assistant/actions/hassfest@master" diff --git a/.github/workflows/zip_on_release.yml b/.github/workflows/zip_on_release.yml index 78a479c..0a670f2 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.7 + uses: actions/checkout@v4.2.2 - name: Update Version in Manifest if: ${{ github.event_name == 'release' }} run: |