Skip to content

Commit

Permalink
chore(deps): update apple-actions/import-codesign-certs action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent a7a5dbd commit e445b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
npm install dmg-license --save-dev
- uses: apple-actions/import-codesign-certs@v1
- uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}
p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
Expand Down

0 comments on commit e445b5c

Please sign in to comment.