Skip to content

Commit

Permalink
⬆️ Update actions/checkout action to v4.1.4 (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 9093e80 commit 32bd787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32bd787

Please sign in to comment.