Skip to content

Commit

Permalink
Update apple-actions/import-codesign-certs action to v3
Browse files Browse the repository at this point in the history
Update apple-actions/import-codesign-certs from 2 to 3

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Oct 18, 2024
1 parent 4065c57 commit fcf4840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
# https://github.com/Apple-Actions/import-codesign-certs
- name: Import Apple code signing certificate
if: runner.os == 'macOS'
uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2
uses: apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3
with:
p12-file-base64: ${{ fromJSON(inputs.secrets).APPLE_SIGNING }}
p12-password: ${{ fromJSON(inputs.secrets).APPLE_SIGNING_PASSWORD }}
Expand Down

0 comments on commit fcf4840

Please sign in to comment.