From 4bf77cd325a0b30aca8ca8ccc324b8adefb69442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:55:34 +0200 Subject: [PATCH] Bump actions/checkout from 2 to 4.1.7 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joakim Sørensen --- .github/workflows/release-drafter.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/validate.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d2e10ba..a06a357 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d708cf..95ba308 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.7 - name: 🔢 Get release version id: version diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9df7258..5bcdb32 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: name: With hassfest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.7 - name: ✅ Hassfest validation uses: "home-assistant/actions/hassfest@master" @@ -26,7 +26,7 @@ jobs: name: With HACS Action steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.7 - name: ✅ HACS validation uses: hacs/action@main