-
Notifications
You must be signed in to change notification settings - Fork 259
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.7 to 4.2.0 (#99)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8a11a3f
commit bdcd550
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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
addons: ${{ steps.addons.outputs.addons_list }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: 🔍 Find add-on directories | ||
id: addons | ||
|
@@ -33,7 +33,7 @@ jobs: | |
path: ${{ fromJson(needs.find.outputs.addons) }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: 🚀 Run Home Assistant Add-on Lint | ||
uses: frenck/[email protected] | ||
|