Skip to content

Commit

Permalink
Merge pull request #52 from Southern-Company-HA/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Lash-L authored Jul 23, 2024
2 parents 5e8ece7 + 4bc145e commit e71ba86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Zip southern_company_hacs dir
run: |
Expand Down
6 changes: 3 additions & 3 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
uses: actions/checkout@v4

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/[email protected]"
Expand All @@ -57,7 +57,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

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

0 comments on commit e71ba86

Please sign in to comment.