-
Notifications
You must be signed in to change notification settings - Fork 2
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.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
dc20d30
commit 5f6a027
Showing
2 changed files
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: ⤵️ Check out configuration from GitHub | ||
# uses: actions/[email protected].0 | ||
# uses: actions/[email protected].2 | ||
# - name: 🚀 Run yamllint | ||
# uses: frenck/[email protected] | ||
# continue-on-error: true | ||
|
@@ -26,7 +26,7 @@ jobs: | |
# runs-on: ubuntu-18.04 | ||
# steps: | ||
# - name: ⤵️ Check out configuration from GitHub | ||
# uses: actions/[email protected].0 | ||
# uses: actions/[email protected].2 | ||
# - name: Running Remark lint | ||
# uses: "docker://pipelinecomponents/remark-lint:latest" | ||
# continue-on-error: true | ||
|
@@ -39,7 +39,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out configuration from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Rename Dummy files and remove custom component stuff for config check | ||
run: | | ||
mv -f dummy_files/custom_components_dummy.yaml custom_components.yaml | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
steps: | ||
# Git Checkout | ||
- name: Checkout Code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fetch-depth: 0 | ||
|