Skip to content

Commit 6b0ea5f

Browse files
build(deps): bump apple-actions/import-codesign-certs from 3 to 5 (#628)
Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 3 to 5. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](Apple-Actions/import-codesign-certs@v3...v5) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00f0067 commit 6b0ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import --no-tty --batch
3131
gpg --list-secret-keys
3232
- name: Import Code-Signing Certificates
33-
uses: apple-actions/import-codesign-certs@v3
33+
uses: apple-actions/import-codesign-certs@v5
3434
with:
3535
# The certificates in a PKCS12 file encoded as a base64 string
3636
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}

0 commit comments

Comments
 (0)