From 05574d62931c7747bb3a98f5ed0fb6894bddf869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:05:34 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/setup-qemu-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/96fe6ef7f33517b61c61be40b68a1882f3264fb8...1f40c72289eff860ee54a304f1438e3cff362e0a) Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3d0d9888cb7fd7b750713d6e236d1fcb99157228...efb35369e0ad2afab669f228072c1b0d510eae64) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hacs-distribution.yml | 6 +++--- .github/workflows/quality.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hacs-distribution.yml b/.github/workflows/hacs-distribution.yml index 785c902..adece42 100644 --- a/.github/workflows/hacs-distribution.yml +++ b/.github/workflows/hacs-distribution.yml @@ -63,7 +63,7 @@ jobs: - name: Set up QEMU (multi-arch emulation) if: matrix.arch != 'amd64' - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 - name: Assemble add-on build context run: | @@ -389,7 +389,7 @@ jobs: run: node tools/extract-changelog.js "$VERSION" > source-release-notes.md - name: Create source-repo GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }} @@ -398,7 +398,7 @@ jobs: prerelease: false - name: Create distribution-repo GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ${{ env.DISTRIBUTION_REPO }} token: ${{ secrets.HACS_DEPLOY_TOKEN }} diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 54154a4..1c3fabb 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -236,7 +236,7 @@ jobs: - name: Set up QEMU (multi-arch emulation) if: ${{ inputs.run-expensive && matrix.arch != 'amd64' }} - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 - name: Assemble add-on build context # The production homeassistant-addon/Dockerfile expects package.json,