Skip to content

Commit

Permalink
Merge pull request #525 from ic-dev21/workflow
Browse files Browse the repository at this point in the history
Update checkout
  • Loading branch information
ic-dev21 authored Jan 4, 2025
2 parents 765ad54 + b6eee62 commit 99eddd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.0"
uses: "actions/checkout@v4.2.2"

- working-directory: ./custom_components
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v4"
uses: "actions/checkout@v4.2.2"

- name: HACS validation
uses: "hacs/action@main"
Expand All @@ -58,7 +58,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v4"
uses: "actions/checkout@v4.2.2"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 99eddd3

Please sign in to comment.