浏览代码

CI: Update apple-actions GitHub Actions

Update actions version to avoid the impending shut down of deprecated
commands on May 31, 2023.

See:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Ryan Foster 2 年之前
父节点
当前提交
9292fbbad7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -142,7 +142,7 @@ jobs:
 
 
       - name: 'Install Apple Developer Certificate'
       - name: 'Install Apple Developer Certificate'
         if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' && env.HAVE_CODESIGN_IDENTITY == 'true' }}
         if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' && env.HAVE_CODESIGN_IDENTITY == 'true' }}
-        uses: apple-actions/import-codesign-certs@253ddeeac23f2bdad1646faac5c8c2832e800071
+        uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93
         with:
         with:
           p12-file-base64: ${{ secrets.MACOS_SIGNING_CERT }}
           p12-file-base64: ${{ secrets.MACOS_SIGNING_CERT }}
           p12-password: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}
           p12-password: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}
@@ -477,7 +477,7 @@ jobs:
 
 
       - name: 'Install Apple Developer Certificate'
       - name: 'Install Apple Developer Certificate'
         if: env.HAVE_CODESIGN_IDENTITY == 'true'
         if: env.HAVE_CODESIGN_IDENTITY == 'true'
-        uses: apple-actions/import-codesign-certs@253ddeeac23f2bdad1646faac5c8c2832e800071
+        uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93
         with:
         with:
           p12-file-base64: ${{ secrets.MACOS_SIGNING_CERT }}
           p12-file-base64: ${{ secrets.MACOS_SIGNING_CERT }}
           p12-password: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}
           p12-password: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}