Skip to content

Commit 2bc1ec2

Browse files
authored
Update pull.yml
1 parent fcad5c5 commit 2bc1ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- uses: "actions/checkout@v2"
1212

1313
- name: HACS validation
14-
uses: "hacs/integration/action@master"
14+
uses: "hacs/integration/action@main"
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
CATEGORY: "integration"
1818

1919
- name: Hassfest validation
20-
uses: "home-assistant/actions/hassfest@main"
20+
uses: "home-assistant/actions/hassfest@master"
2121

2222
style:
2323
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)