diff --git a/.github/workflows/cmake_full_test.yml b/.github/workflows/cmake_full_test.yml index 1e21508..07e3e0f 100644 --- a/.github/workflows/cmake_full_test.yml +++ b/.github/workflows/cmake_full_test.yml @@ -68,7 +68,7 @@ jobs: fetch-depth: 0 - name: Import Certificates (macOS) - uses: apple-actions/import-codesign-certs@v6 # only exists as a tag right now + uses: apple-actions/import-codesign-certs@v7 # only exists as a tag right now if: ${{ (runner.os == 'macOS') && (env.p12-file-base64 != '')}} with: p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }} diff --git a/.github/workflows/cmake_nightly_release.yml b/.github/workflows/cmake_nightly_release.yml index 32cc3ed..422856a 100644 --- a/.github/workflows/cmake_nightly_release.yml +++ b/.github/workflows/cmake_nightly_release.yml @@ -105,7 +105,7 @@ jobs: run: python3 -u packaging/check_dependency.py - name: Import Certificates (macOS) - uses: apple-actions/import-codesign-certs@v6 # only exists as a tag right now + uses: apple-actions/import-codesign-certs@v7 # only exists as a tag right now if: ${{ (runner.os == 'macOS') && (env.p12-file-base64 != '') }} with: p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }} diff --git a/.github/workflows/cmake_release.yml b/.github/workflows/cmake_release.yml index 681dc95..a803ea7 100644 --- a/.github/workflows/cmake_release.yml +++ b/.github/workflows/cmake_release.yml @@ -106,7 +106,7 @@ jobs: run: python3 -u packaging/check_dependency.py - name: Import Certificates (macOS) - uses: apple-actions/import-codesign-certs@v6 # only exists as a tag right now + uses: apple-actions/import-codesign-certs@v7 # only exists as a tag right now if: ${{ (runner.os == 'macOS') && (env.p12-file-base64 != '') }} with: p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}