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