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
1 parent
c7619bb
commit def613a
Showing
3 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ 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 | ||
|
||
|
@@ -74,7 +74,7 @@ jobs: | |
run: find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T - | ||
|
||
- name: Upload translations | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: translations | ||
path: translations.tar.gz | ||
|
@@ -96,7 +96,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: update build.yaml | ||
run: cp -f build-jethub.yaml build.yaml | ||
|
@@ -261,7 +261,7 @@ jobs: | |
- tinker | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: update build.yaml | ||
run: cp -f build-jethub.yaml build.yaml | ||
|
@@ -300,7 +300,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: update build.yaml | ||
run: cp -f build-jethub.yaml build.yaml | ||
|
@@ -343,10 +343,10 @@ jobs: | |
registry: ["ghcr.io/jethub-homeassistant", "cr.jethome.work/ha"] | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.6.0 | ||
uses: sigstore/cosign-installer@v3.7.0 | ||
with: | ||
cosign-release: "v2.2.3" | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ${{ vars.RUNNER }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
architectures: ${{ steps.info.outputs.architectures }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
|
@@ -84,15 +84,15 @@ jobs: | |
) > .env_file | ||
- name: Upload env_file | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: env_file | ||
path: ./.env_file | ||
include-hidden-files: true | ||
overwrite: true | ||
|
||
- name: Upload requirements_diff | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: requirements_diff | ||
path: ./requirements_diff.txt | ||
|
@@ -104,7 +104,7 @@ jobs: | |
python -m script.gen_requirements_all ci | ||
- name: Upload requirements_all_wheels | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: requirements_all_wheels | ||
path: ./requirements_all_wheels_*.txt | ||
|
@@ -121,7 +121,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 env_file | ||
uses: actions/[email protected] | ||
|
@@ -165,7 +165,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 env_file | ||
uses: actions/[email protected] | ||
|