Skip to content

Commit 0b6cd8e

Browse files
Bump apple-actions/import-codesign-certs from 6 to 7
Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 6 to 7. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](Apple-Actions/import-codesign-certs@v6...v7) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b522d2 commit 0b6cd8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fingerprint: ${{ secrets.GPG_SUB_FINGERPRINT }}
2828
- name: Set up Apple certs
2929
if: runner.os == 'macOS'
30-
uses: apple-actions/import-codesign-certs@v6
30+
uses: apple-actions/import-codesign-certs@v7
3131
with:
3232
p12-file-base64: ${{ secrets.APPLE_CERT_P12 }}
3333
p12-password: ${{ secrets.APPLE_CERT_P12_PWD }}

0 commit comments

Comments
 (0)