Skip to content

Commit 5818980

Browse files
authored
master->main
1 parent 106a9dd commit 5818980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yaml

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

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

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

0 commit comments

Comments
 (0)