Skip to content

Commit

Permalink
chore(deps): update apple-actions/import-codesign-certs action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent c97a7ad commit 17d7ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
variant: ${{ matrix.ccache }}

- name: Import certificates (macOS)
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
variant: ${{ matrix.ccache }}

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

0 comments on commit 17d7ecd

Please sign in to comment.