From 6e4c69676496b1059831ba184f6b990a47e31540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:19:01 +0000 Subject: [PATCH] Bump pkgxdev/brewkit from 0 to 1 Bumps [pkgxdev/brewkit](https://github.com/pkgxdev/brewkit) from 0 to 1. - [Release notes](https://github.com/pkgxdev/brewkit/releases) - [Commits](https://github.com/pkgxdev/brewkit/compare/v0...v1) --- updated-dependencies: - dependency-name: pkgxdev/brewkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a5552ed..e1cee5c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -84,7 +84,7 @@ jobs: mv .target/release/pkgx . strip ./pkgx - - uses: pkgxdev/brewkit/actions/setup-codesign@v0 + - uses: pkgxdev/brewkit/actions/setup-codesign@v1 if: startsWith(matrix.platform.build-id, 'darwin+') with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}