From e0f0a792b69d30da15c861bba63149de060616cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 06:07:59 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hacs.yml | 2 +- .github/workflows/hassfest.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index e82f61e..68dadd3 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: 👀 Validate uses: hacs/action@main diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index c2a05e4..0a1a54f 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: 👀 Validate uses: home-assistant/actions/hassfest@master \ No newline at end of file diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index c62710e..2a8f3e3 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.1.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4db45ac..65befab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: 🔢 Get version id: version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b86b278..f4f4402 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: 📋 Copy integration files to test configuration run: cp -r ./custom_components ./.github/test_configuration