Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Mincka/ha-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mincka committed Oct 6, 2024
2 parents 8283667 + 4b15c02 commit e31a732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.2.0

- name: Get changed files
id: changed_files
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.2.0

- name: Get information
id: info
Expand All @@ -92,15 +92,15 @@ jobs:
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2024.03.5
uses: home-assistant/builder@2024.08.2
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
addons: ${{ steps.addons.outputs.addons_list }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.2.0

- name: 🔍 Find add-on directories
id: addons
Expand All @@ -33,9 +33,9 @@ jobs:
path: ${{ fromJson(needs.find.outputs.addons) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.2.0

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2.15
uses: frenck/action-addon-linter@v2.17
with:
path: "./${{ matrix.path }}"

0 comments on commit e31a732

Please sign in to comment.