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 Oct 14, 2023
1 parent 429474b commit 1f497b7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.0

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}}
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: Set up Python
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- mixed-line-ending
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🛠️ Set up Python
uses: actions/[email protected]
Expand All @@ -50,7 +50,7 @@ jobs:
name: With JQ
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🏃 Run validation
run: jq -r -e -c . tests/fixtures/*.json
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🛠️ Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: Check the labels
uses: ludeeus/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ["3.11"]
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🛠️ Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🛠️ Set up Python 3.9
uses: actions/[email protected]
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🛠️ Set up Python 3.11
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: With hassfest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 🏃 Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Validate HACS data generation
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0

- name: 📋 Copy sample configuration for Home Assistant
run: |
Expand Down

0 comments on commit 1f497b7

Please sign in to comment.