Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 1530f55 commit e2fc285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
file: ${{ fromJson(needs.prepare.outputs.files) }}
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Replace project version
run: |
sed -i "s/version: dev/version: ${{ needs.prepare.outputs.version }}/g" ${{ matrix.file }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
outputs:
esphome-version: ${{ steps.esphome-build.outputs.esphome-version }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: esphome/[email protected]
id: esphome-build
with:
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
path: output
Expand Down

0 comments on commit e2fc285

Please sign in to comment.