Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
herrfeuer authored Oct 5, 2023
1 parent 1cfe6e5 commit 6191cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.5.0
Expand All @@ -44,7 +44,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.5.2"

- name: HACS validation
uses: "hacs/action@22.5.0"
Expand All @@ -57,7 +57,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.5.2"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -66,7 +66,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.5.2"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.5.0"
with:
Expand Down

0 comments on commit 6191cf9

Please sign in to comment.