Skip to content

Commit 80f3da9

Browse files
dependabot[bot]jonaski
authored andcommitted
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 a828461 commit 80f3da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ jobs:
850850

851851
- name: Import certificate file
852852
if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false
853-
uses: apple-actions/import-codesign-certs@v6
853+
uses: apple-actions/import-codesign-certs@v7
854854
with:
855855
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE }}
856856
p12-password: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)