Skip to content

Commit

Permalink
Merge pull request #66 from samschott/dependabot/github_actions/apple…
Browse files Browse the repository at this point in the history
…-actions/import-codesign-certs-3

Bump apple-actions/import-codesign-certs from 2 to 3
  • Loading branch information
samschott authored Jul 6, 2024
2 parents 6a8538a + 222d3e4 commit 35d3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Import signing certificate into keychain
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.SIGNING_CERTIFICATE_P12_DATA }}
p12-password: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 35d3b8b

Please sign in to comment.