forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,435 changed files
with
82,684 additions
and
23,214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
*.png binary | ||
*.zip binary | ||
*.mp3 binary | ||
*.pcm binary | ||
|
||
Dockerfile.dev linguist-language=Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ jobs: | |
publish: ${{ steps.version.outputs.publish }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
|
||
|
@@ -67,10 +67,10 @@ jobs: | |
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true' | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
|
||
|
@@ -105,7 +105,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Download nightly wheels of frontend | ||
if: needs.init.outputs.channel == 'dev' | ||
|
@@ -131,7 +131,7 @@ jobs: | |
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
if: needs.init.outputs.channel == 'dev' | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
|
||
|
@@ -249,7 +249,7 @@ jobs: | |
- yellow | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set build additional args | ||
run: | | ||
|
@@ -292,7 +292,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Initialize git | ||
uses: home-assistant/actions/helpers/git-init@master | ||
|
@@ -331,7 +331,7 @@ jobs: | |
- "homeassistant" | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Login to DockerHub | ||
if: matrix.registry == 'homeassistant' | ||
|
Oops, something went wrong.