Skip to content

Commit

Permalink
.github: Update apple-actions/import-codesign-certs to v2
Browse files Browse the repository at this point in the history
Previously it pointed to v1, which caused deprecation warnings as below.
> Node.js 16 actions are deprecated.
  • Loading branch information
norihiro committed May 10, 2024
1 parent f9aa590 commit e7cd26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install Apple Developer Certificate
if: ${{ github.event_name != 'pull_request' && steps.setup.outputs.haveCodesignIdent == 'true' }}
uses: apple-actions/import-codesign-certs@253ddeeac23f2bdad1646faac5c8c2832e800071
uses: apple-actions/import-codesign-certs@v2
with:
keychain-password: ${{ github.run_id }}
p12-file-base64: ${{ secrets.MACOS_SIGNING_CERT }}
Expand Down

0 comments on commit e7cd26f

Please sign in to comment.