Skip to content

Commit

Permalink
fix test action, too
Browse files Browse the repository at this point in the history
  • Loading branch information
tlskinneriv committed Jan 27, 2024
1 parent 60368c0 commit cb6bb29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4

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

steps:
- name: Check out repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4

- name: Get information
id: info
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2022.11.0
uses: home-assistant/builder@2024.01.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down

0 comments on commit cb6bb29

Please sign in to comment.