Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jul 22, 2024
1 parent 2ec4ab6 commit 867ec0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
uses: "actions/checkout@v4.1.7"

- name: "Set up Python"
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: 🔢 Get release version
id: version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: With hassfest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: ✅ Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -26,7 +26,7 @@ jobs:
name: With HACS Action
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: ✅ HACS validation
uses: hacs/action@main
Expand Down

0 comments on commit 867ec0f

Please sign in to comment.