From 3babe9d76ec2053d9664db89aa0e4e851ccd32fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 05:35:14 +0800 Subject: [PATCH] ci: bump apple-actions/download-provisioning-profiles from 3 to 4 in /.github/workflows in the github-actions group (#12225) ci: bump apple-actions/download-provisioning-profiles Bumps the github-actions group in /.github/workflows with 1 update: [apple-actions/download-provisioning-profiles](https://github.com/apple-actions/download-provisioning-profiles). Updates `apple-actions/download-provisioning-profiles` from 3 to 4 - [Release notes](https://github.com/apple-actions/download-provisioning-profiles/releases) - [Commits](https://github.com/apple-actions/download-provisioning-profiles/compare/v3...v4) --- updated-dependencies: - dependency-name: apple-actions/download-provisioning-profiles dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] 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 46413530da..314c813094 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@v3 + uses: apple-actions/download-provisioning-profiles@v4 with: bundle-id: "com.hguandl.MeoAsstMac" issuer-id: ${{ secrets.HGUANDL_APPSTORE_ISSUER }}