diff --git a/.github/workflows/cmake_full_test.yml b/.github/workflows/cmake_full_test.yml index d26cb95..efbc5ac 100644 --- a/.github/workflows/cmake_full_test.yml +++ b/.github/workflows/cmake_full_test.yml @@ -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 }} diff --git a/.github/workflows/cmake_release.yml b/.github/workflows/cmake_release.yml index e6a8e93..a3f9007 100644 --- a/.github/workflows/cmake_release.yml +++ b/.github/workflows/cmake_release.yml @@ -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 }}