From cddc480dc49a9b02f8e1474ed92beacf33c82380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 06:27:53 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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..2fc5bd5 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@v3 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eeeb48b..5b15c60 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@v3 - name: 🔢 Get release version id: version diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9df7258..d2058cb 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@v3 - 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@v3 - name: ✅ HACS validation uses: hacs/action@main