From 713087bd75beeeea5f6ffb1b50df3463a0a93339 Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:56:41 +1000 Subject: [PATCH] chore: upgrade CI dependencies --- .github/workflows/release-maa-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-maa-mac.yml b/.github/workflows/release-maa-mac.yml index 1bccaf643a..d136f0613e 100644 --- a/.github/workflows/release-maa-mac.yml +++ b/.github/workflows/release-maa-mac.yml @@ -18,7 +18,7 @@ jobs: with: submodules: recursive - name: 'Install Developer ID Certificate' - uses: apple-actions/import-codesign-certs@v1 + uses: ssrobins/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.HGUANDL_SIGN_CERT_P12 }} p12-password: ${{ secrets.HGUANDL_SIGN_CERT_PASSWD }}