From c93f81e1275b9ea9bb1433a83956e950c46c948d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Oct 2023 00:16:19 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/linters.yml | 2 +- .github/workflows/validate.yml | 2 +- .github/workflows/workflow_updater.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 464404b..af63bb4 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -7,6 +7,6 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-python@v4.7.0 - uses: pre-commit/action@v3.0.0 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index bf1b612..0b5db5d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -11,4 +11,4 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v3" - - uses: home-assistant/actions/hassfest@master \ No newline at end of file + - uses: home-assistant/actions/hassfest@1.0.0 \ No newline at end of file diff --git a/.github/workflows/workflow_updater.yaml b/.github/workflows/workflow_updater.yaml index 4ce6887..a4c0694 100644 --- a/.github/workflows/workflow_updater.yaml +++ b/.github/workflows/workflow_updater.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}