Skip to content

Commit

Permalink
Merge pull request #66 from jerryuhoo/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
jerryuhoo authored May 25, 2024
2 parents 74da579 + 6b33fb5 commit b35b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.4

- name: Import Certificates (macOS)
uses: apple-actions/import-codesign-certs@v2 # only exists as a tag right now
uses: apple-actions/import-codesign-certs@v3 # only exists as a tag right now
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
Expand Down

0 comments on commit b35b1cf

Please sign in to comment.