-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update actions/checkout action to v4.1.4 (#463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9093e80
commit 32bd787
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
matrix: ${{ steps.prepare-matrix.outputs.matrix }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: ⤵️ Get changed files | ||
id: changes | ||
uses: masesgroup/retrieve-changed-files@v3 | ||
|
@@ -87,7 +87,7 @@ jobs: | |
matrix: ${{fromJson(needs.prepare.outputs.matrix)}} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: 🔨 Build firmware | ||
uses: esphome/[email protected] | ||
id: esphome-build | ||
|
@@ -146,7 +146,7 @@ jobs: | |
needs: combined-manifests | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: ⬇️ Download all artifacts | ||
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: 🚀 Run Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|