-
Notifications
You must be signed in to change notification settings - Fork 182
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.2.0 to 4.2.1 (#136)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f39d264
commit 17f5901
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -14,15 +14,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out configuration from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: 🚀 Run yamllint | ||
uses: frenck/[email protected] | ||
|
||
remarklint: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: ⤵️ Check out configuration from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Running Remark lint | ||
uses: "docker://pipelinecomponents/remark-lint:latest" | ||
continue-on-error: true | ||
|
@@ -38,7 +38,7 @@ jobs: | |
version: ["stable", "beta", "dev"] | ||
steps: | ||
- name: ⤵️ Check out configuration from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: 🚀 Run Home Assistant Configuration Check | ||
uses: frenck/[email protected] | ||
with: | ||
|
@@ -51,7 +51,7 @@ jobs: | |
needs: [yamllint] | ||
steps: | ||
- name: ⤵️ Check out configuration from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|