Skip to content

Commit

Permalink
chore: Adding dependabot and manually updating actions dependencies (#22
Browse files Browse the repository at this point in the history
)

Co-authored-by: Jesse Hills <[email protected]>
  • Loading branch information
barndawgie and jesserockz authored Feb 20, 2024
1 parent cc275aa commit b2737ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ runs:
using: composite
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.0.0
with:
platforms: ${{ inputs.platform }}
- name: Build ESPHome image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5.1.0
with:
context: ${{ github.action_path }}
load: true
Expand Down

0 comments on commit b2737ec

Please sign in to comment.