From 5912d3da9f7eb23cd0411f56ebc028033620ea88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:12:59 +0000 Subject: [PATCH] Build(deps): bump leynos/shared-actions/.github/actions/macos-package Bumps [leynos/shared-actions/.github/actions/macos-package](https://github.com/leynos/shared-actions) from 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to 4d696e72fff6db49f34302ccf119ba978f1032c9. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/18bed1ca49a6de3d8882bd72635a32ae3f023d57...4d696e72fff6db49f34302ccf119ba978f1032c9) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/macos-package dependency-version: 4d696e72fff6db49f34302ccf119ba978f1032c9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-package.yml b/.github/workflows/build-and-package.yml index f9e16020..5bdb71e9 100644 --- a/.github/workflows/build-and-package.yml +++ b/.github/workflows/build-and-package.yml @@ -143,7 +143,7 @@ jobs: - name: Build weaver-cli macOS installer package if: inputs.platform == 'macos' id: package-weaver-cli-macos - uses: leynos/shared-actions/.github/actions/macos-package@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/macos-package@4d696e72fff6db49f34302ccf119ba978f1032c9 with: name: weaver-cli identifier: ${{ env.MAC_IDENTIFIER }}.cli @@ -175,7 +175,7 @@ jobs: - name: Build weaverd macOS installer package if: inputs.platform == 'macos' id: package-weaverd-macos - uses: leynos/shared-actions/.github/actions/macos-package@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/macos-package@4d696e72fff6db49f34302ccf119ba978f1032c9 with: name: weaverd identifier: ${{ env.MAC_IDENTIFIER }}.daemon