Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Sep 12, 2023
1 parent d141dbf commit 45efc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build supervisor
uses: jethub-homeassistant/builder@2023.08.0c
uses: jethub-homeassistant/builder@2023.08.0
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:

- name: Build the Supervisor
if: needs.init.outputs.publish != 'true'
uses: jethub-homeassistant/builder@2023.08.0c
uses: jethub-homeassistant/builder@2023.08.0
with:
args: |
--test \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jh-buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 45efc74

Please sign in to comment.