From 7367e9c4e8a5042f0d77dd23416aedce96d42fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:30:01 +0800 Subject: [PATCH] ci: bump apple-actions/download-provisioning-profiles from 1 to 3 in /.github/workflows in the github-actions group (#11849) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 285016841d..ad5360375b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -417,7 +417,7 @@ jobs: - name: Download Provisioning Profiles if: startsWith(github.ref, 'refs/tags/v') - uses: apple-actions/download-provisioning-profiles@v1 + uses: apple-actions/download-provisioning-profiles@v3 with: bundle-id: "com.hguandl.MeoAsstMac" issuer-id: ${{ secrets.HGUANDL_APPSTORE_ISSUER }}