diff --git a/.github/workflows/app-distribute.yml b/.github/workflows/app-distribute.yml index 32d46783a..107d2d403 100644 --- a/.github/workflows/app-distribute.yml +++ b/.github/workflows/app-distribute.yml @@ -52,7 +52,7 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_ios == true }} steps: - name: Install Bot SSH Key - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}