-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
8 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
permissions: | ||
packages: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Login to GitHub Container Registry | ||
uses: docker/[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
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set up 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- mixed-line-ending | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🛠️ Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -50,7 +50,7 @@ jobs: | |
name: With JQ | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🏃 Run validation | ||
run: jq -r -e -c . tests/fixtures/*.json |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🛠️ Set up 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Check the labels | ||
uses: ludeeus/[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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
python-version: ["3.11"] | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🛠️ Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -55,7 +55,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🛠️ Set up Python 3.9 | ||
uses: actions/[email protected] | ||
|
@@ -83,7 +83,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🛠️ Set up Python 3.11 | ||
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
name: With hassfest | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 🏃 Hassfest validation | ||
uses: "home-assistant/actions/hassfest@master" | ||
|
@@ -57,7 +57,7 @@ jobs: | |
name: Validate HACS data generation | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -92,7 +92,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📥 Checkout the repository | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: 📋 Copy sample configuration for Home Assistant | ||
run: | | ||
|