forked from esphome/esphome
-
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.
Bump actions/checkout from 4.1.0 to 4.1.1 (esphome#5551)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a7d8176
commit 9a087c0
Showing
5 changed files
with
18 additions
and
18 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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
arch: [amd64, armv7, aarch64] | ||
build_type: ["ha-addon", "docker", "lint"] | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
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: | |
cache-key: ${{ steps.cache-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Generate cache-key | ||
id: cache-key | ||
run: echo key="${{ hashFiles('requirements.txt', 'requirements_optional.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT | ||
|
@@ -66,7 +66,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -108,7 +108,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -129,7 +129,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -150,7 +150,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -171,7 +171,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -191,7 +191,7 @@ jobs: | |
- common | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -216,7 +216,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Find all YAML test files | ||
id: set-matrix | ||
run: echo "matrix=$(ls tests/test*.yaml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT | ||
|
@@ -241,7 +241,7 @@ jobs: | |
file: ${{ fromJson(needs.compile-tests-list.outputs.matrix) }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
@@ -296,7 +296,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Restore Python | ||
uses: ./.github/actions/restore-python | ||
with: | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
outputs: | ||
tag: ${{ steps.tag.outputs.tag }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Get tag | ||
id: tag | ||
# yamllint disable rule:line-length | ||
|
@@ -43,7 +43,7 @@ jobs: | |
if: github.repository == 'esphome/esphome' && github.event_name == 'release' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -88,7 +88,7 @@ jobs: | |
target: "lint" | ||
baseimg: "docker" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -13,10 +13,10 @@ jobs: | |
if: github.repository == 'esphome/esphome' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Checkout Home Assistant | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
repository: home-assistant/core | ||
path: lib/home-assistant | ||
|
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 |
---|---|---|
|
@@ -17,6 +17,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Run yamllint | ||
uses: frenck/[email protected] |