Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zeridon/homeassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
zeridon committed Oct 30, 2023
2 parents 660dbc8 + 3f623f3 commit d190a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up Python
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:

homeassistant:
restart: always
image: homeassistant/home-assistant:2023.10.3
image: homeassistant/home-assistant:2023.10.5
expose:
- "8123"
volumes:
Expand Down Expand Up @@ -361,7 +361,7 @@ services:
#### - "traefik.http.routers.tasmopiler-rtr.middlewares=internal-ips"

esphome:
image: esphome/esphome:2023.9.3
image: esphome/esphome:2023.10.4
restart: unless-stopped
networks:
- svcs
Expand Down

0 comments on commit d190a04

Please sign in to comment.